Color Hex Logo

#78aadd Color Hex

#78AADD
(120,170,221)
0 Favorites   0 Comments

Color spaces of #78aadd

RGB 120170221
HSL0.580.600.67
HSV210°46°87°
CMYK 0.460.230.00   0.13
XYZ35.171637.963073.8805
Yxy37.96300.23920.2582
Hunter Lab61.6141-5.9304-27.9638
CIE-Lab67.9933-3.0732-30.9304

#78aadd color RGB value is (120,170,221).

#78aadd hex color red value is 120, green value is 170 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #78aadd hue: 0.58 , saturation: 0.60 and the lightness value of 78aadd is 0.67.

The process color (four color CMYK) of #78aadd color hex is 0.46, 0.23, 0.00, 0.13. Web safe color of #78aadd is #6699cc. Color #78aadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10101010 11011101
Octal 170 252 335
Decimal 120 170 221
Hex 78 AA DD

RGB Percentages of Color #78aadd

%23.48
%33.27
%43.25

CMYK Percentages of Color #78aadd

%46
%23
%0
%13

Triadic Colors of #78aadd

#78aadd #dd78aa #aadd78

Analogous Colors of #78aadd

#78aadd #7978dd #78dddd

Monochromatic Colors of #78aadd

#78aadd

Complementary Color

#78aadd #ddab78

#78aadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78aadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#78aadd Color CSS Codes

.mybgcolor {background-color:#78aadd; } 
.myforecolor {color:#78aadd; }
.mybordercolor {border:3px solid #78aadd; }

#78aadd Text Font Color

<p style="color:#78aadd">Text here</p>

This sample text font color is #78aadd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#78aadd Background Color

<div style="background-color:#78aadd">
Div content here</div>

This div background color is #78aadd


#78aadd Border Color

<div style="border:3px solid #78aadd">
Div here</div>

This div border color is #78aadd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,170,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78aadd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78aadd;
  -webkit-box-shadow: 1px 1px 3px 2px #78aadd;
  box-shadow:         1px 1px 3px 2px #78aadd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,170,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #78aadd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #78aadd;
  -webkit-box-shadow: 1px 1px 3px 2px #78aadd;
  box-shadow:         1px 1px 3px 2px #78aadd;">
Div content here</div>

This div box has shadow with color #78aadd


Comments

No comments written yet.

Please login to write comment.