Color Hex Logo

#78cbea Color Hex

#78CBEA
(120,203,234)
0 Favorites   0 Comments

Color spaces of #78cbea

RGB 120203234
HSL0.550.730.69
HSV196°49°92°
CMYK 0.490.130.00   0.08
XYZ43.952952.645585.6869
Yxy52.64550.24110.2888
Hunter Lab72.5572-18.8454-19.2288
CIE-Lab77.6652-17.0779-23.1577

#78cbea color RGB value is (120,203,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11001011 11101010
Octal 170 313 352
Decimal 120 203 234
Hex 78 CB EA

RGB Percentages of Color #78cbea

%21.54
%36.45
%42.01

CMYK Percentages of Color #78cbea

%49
%13
%0
%8

Triadic Colors of #78cbea

#78cbea #ea78cb #cbea78

Analogous Colors of #78cbea

#78cbea #7892ea #78ead0

Monochromatic Colors of #78cbea

#78cbea

Complementary Color

#78cbea #ea9778

#78cbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78cbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#78cbea Color CSS Codes

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

#78cbea Text Font Color

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

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


#78cbea Background Color

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

This div background color is #78cbea


#78cbea Border Color

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

This div border color is #78cbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78cbea


Comments

No comments written yet.

Please login to write comment.