crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#78aad4 hex color - Blue - Cool color - Information

#78aad4 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #78aad4 Color code in RGB color code model is created after adding 47.06% red color, 66.67% green color and 83.14% blue color. Hex #78aad4 Color code in CMYK color (process color) code model is generated after subtraction of 43% cyan, 20% magenta, 0% yellow and 17% black.

Hex #78aad4 color code is between #7799cc web safe hex color code and #88bbdd web safe hex color code. #7799cc is the nearest web safe color code. You can see here many more shades of #78aad4 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code78aad4#78aad4
RGB Decimal120, 170, 212rgb(120, 170, 212)
RGB Percent47%, 67%, 83%rgb(47%, 67%, 83%)
CSS RGBa120, 170, 212,1rgba(120,170,212,1)
CMYK Modelcmyk(43%,20%,0%,17%)
HSL Color Space207,52% ,65%hsl(207,52% ,65%)
HSV Color Space207°, 43%, 83%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011110001010101011010100
Octal170252324
Decimal120170212
Hex78aad4

Different shades of #78aad4 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #78aad4
#9fc2e0
Dark Shade of #78aad4
#5192c8
Saturated Shade of #78aad4
#6fabdd
Desaturated Shade of #78aad4
#81a9cb
Grey scale Shade of #78aad4
#a6a6a6
Brighten Shade
#91c3ed
Most Readable Shade
#000000

Shades of #78aad4 color code

Generate more color scales with scales (color stack) generator.

#78aad4
#6a97bc
#5d84a4
#50718d
#425e75
#354b5e
#283846
#1a252f
#0d1217
#000000

Similar Color like #78aad4 color

Find visually similar hex color codes nearing to #78aad4 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#79abd5
#7aacd6
#7badd7
#7caed8
#7dafd9
#7eb0da
#7fb1db
#80b2dc
#81b3dd
#82b4de
#83b5df
#84b6e0
#85b7e1
#86b8e2
#77a9d3
#76a8d2
#75a7d1
#74a6d0
#73a5cf
#72a4ce
#71a3cd
#70a2cc
#6fa1cb
#6ea0ca
#6d9fc9
#6c9ec8
#6b9dc7
#6a9cc6

Monochromatic Color with #78aad4

#78aad4
#90ccfe
#18222a
#304454
#48667f
#6088a9

Tints of #78aad4 Color

#78aad4
#87b3d8
#96bcdd
#a5c6e2
#b4cfe7
#c3d9eb
#d2e2f0
#e1ecf5
#f0f5fa
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#78aad4
#d4a278

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#78aad4
#d4787c
#d4d078

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#78cfd4
#78bcd4
#78aad4
#7898d4
#7885d4

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#78aad4
#d478aa
#aad478

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#78aad4
#d078d4
#d4a278
#7cd478

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#78aad4
#d4a278
#d4d078
#787cd4

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #78aad4 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#78aad4 Color Code Preview on Black Background Color

This is how #78aad4 Color will look on black background color. Color contrast ratio is 8.50

#78aad4 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#78aad4">Your Example Paragraph content text in with font color #78aad4 </p>

Your Example Paragraph content text in with font color #78aad4

HTML with inline CSS

<div style="color:#78aad4">Your Paragraph text in with font color #78aad4 </div>

Your Example Paragraph content text in with font color #78aad4

#78aad4 color code is use for CSS Background Color

Background color for the above div is #78aad4

HTML with inline CSS

<div style="background-color:#78aad4;"></div>

#78aad4 color code is use for CSS Border Color

CSS Border color for the above div is #78aad4

HTML with inline CSS

<div style="border:5px solid #78aad4;"></div>

CSS Border Left color for the above div is #78aad4

HTML with inline CSS

<div style="border-left:5px solid #78aad4;"></div>

CSS Border Right color for the above div is #78aad4

HTML with inline CSS

<div style="border-right:5px solid #78aad4;"></div>

CSS Border Bottom color for the above div is #78aad4

HTML with inline CSS

<div style="border-bottom:5px solid #78aad4;"></div>

CSS Border Top color for the above div is #78aad4

HTML with inline CSS

<div style="border-top:5px solid #78aad4;"></div>

#78aad4 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#78aad4; } .examplecolorclass {color:#78aad4; } .examplebordercolor {border:3px solid #78aad4; }

#78aad4 Color code Preview on White Background

This is how #78aad4 Color code will look on white background color. Color contrast ratio is 2.47

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #78aad4; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #78aad4; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.