Color Hex Logo

#78fcdd Color Hex

#78FCDD
(120,252,221)
0 Favorites   0 Comments

Color spaces of #78fcdd

RGB 120252221
HSL0.460.960.73
HSV166°52°99°
CMYK 0.520.000.12   0.01
XYZ55.607378.834380.6924
Yxy78.83430.25850.3664
Hunter Lab88.7887-43.58788.2685
CIE-Lab91.1593-43.70903.7675

#78fcdd color RGB value is (120,252,221).

#78fcdd hex color red value is 120, green value is 252 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #78fcdd hue: 0.46 , saturation: 0.96 and the lightness value of 78fcdd is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11111100 11011101
Octal 170 374 335
Decimal 120 252 221
Hex 78 FC DD

RGB Percentages of Color #78fcdd

%20.24
%42.50
%37.27

CMYK Percentages of Color #78fcdd

%52
%0
%12
%1

Triadic Colors of #78fcdd

#78fcdd #dd78fc #fcdd78

Analogous Colors of #78fcdd

#78fcdd #78d9fc #78fc9b

Monochromatic Colors of #78fcdd

#78fcdd

Complementary Color

#78fcdd #fc7897

#78fcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78fcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#78fcdd Color CSS Codes

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

#78fcdd Text Font Color

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

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


#78fcdd Background Color

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

This div background color is #78fcdd


#78fcdd Border Color

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

This div border color is #78fcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78fcdd

Related Colors


Comments

No comments written yet.

Please login to write comment.