Color Hex Logo

#78dcea Color Hex

#78DCEA
(120,220,234)
0 Favorites   0 Comments

Color spaces of #78dcea

RGB 120220234
HSL0.520.730.69
HSV187°49°92°
CMYK 0.490.060.00   0.08
XYZ48.190261.120087.0993
Yxy61.12000.24540.3112
Hunter Lab78.1793-26.7852-11.3293
CIE-Lab82.4432-25.6267-15.9288

#78dcea color RGB value is (120,220,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11011100 11101010
Octal 170 334 352
Decimal 120 220 234
Hex 78 DC EA

RGB Percentages of Color #78dcea

%20.91
%38.33
%40.77

CMYK Percentages of Color #78dcea

%49
%6
%0
%8

Triadic Colors of #78dcea

#78dcea #ea78dc #dcea78

Analogous Colors of #78dcea

#78dcea #78a3ea #78eabf

Monochromatic Colors of #78dcea

#78dcea

Complementary Color

#78dcea #ea8678

#78dcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78dcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#78dcea Color CSS Codes

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

#78dcea Text Font Color

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

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


#78dcea Background Color

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

This div background color is #78dcea


#78dcea Border Color

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

This div border color is #78dcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78dcea


Comments

No comments written yet.

Please login to write comment.