Color Hex Logo

#78aeea Color Hex

#78AEEA
(120,174,234)
0 Favorites   0 Comments

Color spaces of #78aeea

RGB 120174234
HSL0.590.730.69
HSV212°49°92°
CMYK 0.490.260.00   0.08
XYZ37.733140.205783.6136
Yxy40.20570.23360.2489
Hunter Lab63.4080-4.7413-33.7978
CIE-Lab69.6158-1.5556-35.5346

#78aeea color RGB value is (120,174,234).

#78aeea hex color red value is 120, green value is 174 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #78aeea hue: 0.59 , saturation: 0.73 and the lightness value of 78aeea is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10101110 11101010
Octal 170 256 352
Decimal 120 174 234
Hex 78 AE EA

RGB Percentages of Color #78aeea

%22.73
%32.95
%44.32

CMYK Percentages of Color #78aeea

%49
%26
%0
%8

Triadic Colors of #78aeea

#78aeea #ea78ae #aeea78

Analogous Colors of #78aeea

#78aeea #7b78ea #78e7ea

Monochromatic Colors of #78aeea

#78aeea

Complementary Color

#78aeea #eab478

#78aeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78aeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#78aeea Color CSS Codes

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

#78aeea Text Font Color

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

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


#78aeea Background Color

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

This div background color is #78aeea


#78aeea Border Color

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

This div border color is #78aeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78aeea


Comments

No comments written yet.

Please login to write comment.