Color Hex Logo

#78cce6 Color Hex

#78CCE6
(120,204,230)
0 Favorites   0 Comments

Color spaces of #78cce6

RGB 120204230
HSL0.540.690.69
HSV194°48°90°
CMYK 0.480.110.00   0.10
XYZ43.621552.892082.7730
Yxy52.89200.24330.2950
Hunter Lab72.7269-20.2080-16.5712
CIE-Lab77.8112-18.6813-20.7888

#78cce6 color RGB value is (120,204,230).

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

The process color (four color CMYK) of #78cce6 color hex is 0.48, 0.11, 0.00, 0.10. Web safe color of #78cce6 is #66ccff. Color #78cce6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11001100 11100110
Octal 170 314 346
Decimal 120 204 230
Hex 78 CC E6

RGB Percentages of Color #78cce6

%21.66
%36.82
%41.52

CMYK Percentages of Color #78cce6

%48
%11
%0
%10

Triadic Colors of #78cce6

#78cce6 #e678cc #cce678

Analogous Colors of #78cce6

#78cce6 #7895e6 #78e6c9

Monochromatic Colors of #78cce6

#78cce6

Complementary Color

#78cce6 #e69278

#78cce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78cce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#78cce6 Color CSS Codes

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

#78cce6 Text Font Color

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

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


#78cce6 Background Color

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

This div background color is #78cce6


#78cce6 Border Color

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

This div border color is #78cce6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78cce6


Comments

No comments written yet.

Please login to write comment.