Color Hex Logo

#78ebdd Color Hex

#78EBDD
(120,235,221)
0 Favorites   0 Comments

Color spaces of #78ebdd

RGB 120235221
HSL0.480.740.70
HSV173°49°92°
CMYK 0.490.000.06   0.08
XYZ50.505268.630278.9917
Yxy68.63020.25490.3464
Hunter Lab82.8433-36.15391.4569
CIE-Lab86.3206-36.0549-3.2944

#78ebdd color RGB value is (120,235,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11101011 11011101
Octal 170 353 335
Decimal 120 235 221
Hex 78 EB DD

RGB Percentages of Color #78ebdd

%20.83
%40.80
%38.37

CMYK Percentages of Color #78ebdd

%49
%0
%6
%8

Triadic Colors of #78ebdd

#78ebdd #dd78eb #ebdd78

Analogous Colors of #78ebdd

#78ebdd #78c0eb #78eba4

Monochromatic Colors of #78ebdd

#78ebdd

Complementary Color

#78ebdd #eb7886

#78ebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78ebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#78ebdd Color CSS Codes

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

#78ebdd Text Font Color

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

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


#78ebdd Background Color

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

This div background color is #78ebdd


#78ebdd Border Color

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

This div border color is #78ebdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78ebdd


Comments

No comments written yet.

Please login to write comment.