Color Hex Logo

#77dcca Color Hex

#77DCCA
(119,220,202)
0 Favorites   0 Comments

Color spaces of #77dcca

RGB 119220202
HSL0.470.590.66
HSV169°46°86°
CMYK 0.460.000.08   0.14
XYZ43.861659.372665.0254
Yxy59.37260.26070.3529
Hunter Lab77.0536-33.23543.9028
CIE-Lab81.4960-33.8577-0.3276

#77dcca color RGB value is (119,220,202).

#77dcca hex color red value is 119, green value is 220 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #77dcca hue: 0.47 , saturation: 0.59 and the lightness value of 77dcca is 0.66.

The process color (four color CMYK) of #77dcca color hex is 0.46, 0.00, 0.08, 0.14. Web safe color of #77dcca is #66cccc. Color #77dcca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11011100 11001010
Octal 167 334 312
Decimal 119 220 202
Hex 77 DC CA

RGB Percentages of Color #77dcca

%22.00
%40.67
%37.34

CMYK Percentages of Color #77dcca

%46
%0
%8
%14

Triadic Colors of #77dcca

#77dcca #ca77dc #dcca77

Analogous Colors of #77dcca

#77dcca #77bcdc #77dc98

Monochromatic Colors of #77dcca

#77dcca

Complementary Color

#77dcca #dc7789

#77dcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77dcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#77dcca Color CSS Codes

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

#77dcca Text Font Color

<p style="color:#77dcca">Text here</p>

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


#77dcca Background Color

<div style="background-color:#77dcca">
Div content here</div>

This div background color is #77dcca


#77dcca Border Color

<div style="border:3px solid #77dcca">
Div here</div>

This div border color is #77dcca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,220,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77dcca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77dcca;
  -webkit-box-shadow: 1px 1px 3px 2px #77dcca;
  box-shadow:         1px 1px 3px 2px #77dcca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77dcca


Comments

No comments written yet.

Please login to write comment.