Color Hex Logo

#78ceea Color Hex

#78CEEA
(120,206,234)
0 Favorites   0 Comments

Color spaces of #78ceea

RGB 120206234
HSL0.540.730.69
HSV195°49°92°
CMYK 0.490.120.00   0.08
XYZ44.668354.076285.9254
Yxy54.07620.24190.2928
Hunter Lab73.5365-20.2626-17.8032
CIE-Lab78.5061-18.6161-21.8790

#78ceea color RGB value is (120,206,234).

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

The process color (four color CMYK) of #78ceea color hex is 0.49, 0.12, 0.00, 0.08. Web safe color of #78ceea is #66ccff. Color #78ceea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11001110 11101010
Octal 170 316 352
Decimal 120 206 234
Hex 78 CE EA

RGB Percentages of Color #78ceea

%21.43
%36.79
%41.79

CMYK Percentages of Color #78ceea

%49
%12
%0
%8

Triadic Colors of #78ceea

#78ceea #ea78ce #ceea78

Analogous Colors of #78ceea

#78ceea #7895ea #78eacd

Monochromatic Colors of #78ceea

#78ceea

Complementary Color

#78ceea #ea9478

#78ceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78ceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#78ceea Color CSS Codes

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

#78ceea Text Font Color

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

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


#78ceea Background Color

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

This div background color is #78ceea


#78ceea Border Color

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

This div border color is #78ceea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,206,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 #78ceea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78ceea


Comments

No comments written yet.

Please login to write comment.