Color Hex Logo

#78fdcb Color Hex

#78FDCB
(120,253,203)
0 Favorites   0 Comments

Color spaces of #78fdcb

RGB 120253203
HSL0.440.970.73
HSV157°53°99°
CMYK 0.530.000.20   0.01
XYZ53.650578.555468.8350
Yxy78.55540.26690.3907
Hunter Lab88.6315-47.055315.9949
CIE-Lab91.0327-48.127612.8882

#78fdcb color RGB value is (120,253,203).

#78fdcb hex color red value is 120, green value is 253 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #78fdcb hue: 0.44 , saturation: 0.97 and the lightness value of 78fdcb is 0.73.

The process color (four color CMYK) of #78fdcb color hex is 0.53, 0.00, 0.20, 0.01. Web safe color of #78fdcb is #66ffcc. Color #78fdcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11111101 11001011
Octal 170 375 313
Decimal 120 253 203
Hex 78 FD CB

RGB Percentages of Color #78fdcb

%20.83
%43.92
%35.24

CMYK Percentages of Color #78fdcb

%53
%0
%20
%1

Triadic Colors of #78fdcb

#78fdcb #cb78fd #fdcb78

Analogous Colors of #78fdcb

#78fdcb #78edfd #78fd89

Monochromatic Colors of #78fdcb

#78fdcb

Complementary Color

#78fdcb #fd78aa

#78fdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78fdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#78fdcb Color CSS Codes

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

#78fdcb Text Font Color

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

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


#78fdcb Background Color

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

This div background color is #78fdcb


#78fdcb Border Color

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

This div border color is #78fdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78fdcb


Comments

No comments written yet.

Please login to write comment.