Color Hex Logo

#78cddc Color Hex

#78CDDC
(120,205,220)
0 Favorites   0 Comments

Color spaces of #78cddc

RGB 120205220
HSL0.530.590.67
HSV189°45°86°
CMYK 0.450.070.00   0.14
XYZ42.495352.823075.6663
Yxy52.82300.24850.3089
Hunter Lab72.6794-22.8210-10.8510
CIE-Lab77.7704-21.8534-15.4781

#78cddc color RGB value is (120,205,220).

#78cddc hex color red value is 120, green value is 205 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #78cddc hue: 0.53 , saturation: 0.59 and the lightness value of 78cddc is 0.67.

The process color (four color CMYK) of #78cddc color hex is 0.45, 0.07, 0.00, 0.14. Web safe color of #78cddc is #66cccc. Color #78cddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11001101 11011100
Octal 170 315 334
Decimal 120 205 220
Hex 78 CD DC

RGB Percentages of Color #78cddc

%22.02
%37.61
%40.37

CMYK Percentages of Color #78cddc

%45
%7
%0
%14

Triadic Colors of #78cddc

#78cddc #dc78cd #cddc78

Analogous Colors of #78cddc

#78cddc #789bdc #78dcb9

Monochromatic Colors of #78cddc

#78cddc

Complementary Color

#78cddc #dc8778

#78cddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78cddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#78cddc Color CSS Codes

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

#78cddc Text Font Color

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

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


#78cddc Background Color

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

This div background color is #78cddc


#78cddc Border Color

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

This div border color is #78cddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78cddc


Comments

No comments written yet.

Please login to write comment.