Color Hex Logo

#77dfca Color Hex

#77DFCA
(119,223,202)
0 Favorites   0 Comments

Color spaces of #77dfca

RGB 119223202
HSL0.470.620.67
HSV168°47°87°
CMYK 0.470.000.09   0.13
XYZ44.656160.961665.2902
Yxy60.96160.26130.3567
Hunter Lab78.0779-34.54455.0751
CIE-Lab82.3581-35.25470.9305

#77dfca color RGB value is (119,223,202).

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

The process color (four color CMYK) of #77dfca color hex is 0.47, 0.00, 0.09, 0.13. Web safe color of #77dfca is #66cccc. Color #77dfca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11011111 11001010
Octal 167 337 312
Decimal 119 223 202
Hex 77 DF CA

RGB Percentages of Color #77dfca

%21.88
%40.99
%37.13

CMYK Percentages of Color #77dfca

%47
%0
%9
%13

Triadic Colors of #77dfca

#77dfca #ca77df #dfca77

Analogous Colors of #77dfca

#77dfca #77c0df #77df96

Monochromatic Colors of #77dfca

#77dfca

Complementary Color

#77dfca #df778c

#77dfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77dfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#77dfca Color CSS Codes

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

#77dfca Text Font Color

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

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


#77dfca Background Color

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

This div background color is #77dfca


#77dfca Border Color

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

This div border color is #77dfca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,223,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 #77dfca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77dfca


Comments

No comments written yet.

Please login to write comment.