Color Hex Logo

#78ceeb Color Hex

#78CEEB
(120,206,235)
0 Favorites   0 Comments

Color spaces of #78ceeb

RGB 120206235
HSL0.540.740.70
HSV195°49°92°
CMYK 0.490.120.00   0.08
XYZ44.812454.133886.6843
Yxy54.13380.24140.2916
Hunter Lab73.5757-20.0393-18.3504
CIE-Lab78.5397-18.3431-22.3637

#78ceeb color RGB value is (120,206,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11001110 11101011
Octal 170 316 353
Decimal 120 206 235
Hex 78 CE EB

RGB Percentages of Color #78ceeb

%21.39
%36.72
%41.89

CMYK Percentages of Color #78ceeb

%49
%12
%0
%8

Triadic Colors of #78ceeb

#78ceeb #eb78ce #ceeb78

Analogous Colors of #78ceeb

#78ceeb #7895eb #78ebcf

Monochromatic Colors of #78ceeb

#78ceeb

Complementary Color

#78ceeb #eb9578

#78ceeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78ceeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#78ceeb Color CSS Codes

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

#78ceeb Text Font Color

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

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


#78ceeb Background Color

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

This div background color is #78ceeb


#78ceeb Border Color

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

This div border color is #78ceeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78ceeb


Comments

No comments written yet.

Please login to write comment.