Color Hex Logo

#78aaec Color Hex

#78AAEC
(120,170,236)
0 Favorites   0 Comments

Color spaces of #78aaec

RGB 120170236
HSL0.590.750.70
HSV214°49°93°
CMYK 0.490.280.00   0.07
XYZ37.260838.798684.8819
Yxy38.79860.23150.2411
Hunter Lab62.2885-2.2268-37.1938
CIE-Lab68.60511.2611-38.1985

#78aaec color RGB value is (120,170,236).

#78aaec hex color red value is 120, green value is 170 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #78aaec hue: 0.59 , saturation: 0.75 and the lightness value of 78aaec is 0.70.

The process color (four color CMYK) of #78aaec color hex is 0.49, 0.28, 0.00, 0.07. Web safe color of #78aaec is #6699ff. Color #78aaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10101010 11101100
Octal 170 252 354
Decimal 120 170 236
Hex 78 AA EC

RGB Percentages of Color #78aaec

%22.81
%32.32
%44.87

CMYK Percentages of Color #78aaec

%49
%28
%0
%7

Triadic Colors of #78aaec

#78aaec #ec78aa #aaec78

Analogous Colors of #78aaec

#78aaec #8078ec #78e4ec

Monochromatic Colors of #78aaec

#78aaec

Complementary Color

#78aaec #ecba78

#78aaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78aaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#78aaec Color CSS Codes

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

#78aaec Text Font Color

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

This sample text font color is #78aaec
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.


#78aaec Background Color

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

This div background color is #78aaec


#78aaec Border Color

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

This div border color is #78aaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78aaec


Comments

No comments written yet.

Please login to write comment.