Color Hex Logo

#78edcb Color Hex

#78EDCB
(120,237,203)
0 Favorites   0 Comments

Color spaces of #78edcb

RGB 120237203
HSL0.450.760.70
HSV163°49°93°
CMYK 0.490.000.14   0.07
XYZ48.809468.873267.2213
Yxy68.87320.26400.3725
Hunter Lab82.9899-40.249910.0684
CIE-Lab86.4412-41.15926.3237

#78edcb color RGB value is (120,237,203).

#78edcb hex color red value is 120, green value is 237 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #78edcb hue: 0.45 , saturation: 0.76 and the lightness value of 78edcb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11101101 11001011
Octal 170 355 313
Decimal 120 237 203
Hex 78 ED CB

RGB Percentages of Color #78edcb

%21.43
%42.32
%36.25

CMYK Percentages of Color #78edcb

%49
%0
%14
%7

Triadic Colors of #78edcb

#78edcb #cb78ed #edcb78

Analogous Colors of #78edcb

#78edcb #78d5ed #78ed91

Monochromatic Colors of #78edcb

#78edcb

Complementary Color

#78edcb #ed789a

#78edcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78edcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#78edcb Color CSS Codes

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

#78edcb Text Font Color

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

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


#78edcb Background Color

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

This div background color is #78edcb


#78edcb Border Color

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

This div border color is #78edcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78edcb


Comments

No comments written yet.

Please login to write comment.