Color Hex Logo

#77dec9 Color Hex

#77DEC9
(119,222,201)
0 Favorites   0 Comments

Color spaces of #77dec9

RGB 119222201
HSL0.470.610.67
HSV168°46°87°
CMYK 0.460.000.09   0.13
XYZ44.271660.381564.5798
Yxy60.38150.26160.3568
Hunter Lab77.7055-34.28695.1189
CIE-Lab82.0451-35.02451.0048

#77dec9 color RGB value is (119,222,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11011110 11001001
Octal 167 336 311
Decimal 119 222 201
Hex 77 DE C9

RGB Percentages of Color #77dec9

%21.96
%40.96
%37.08

CMYK Percentages of Color #77dec9

%46
%0
%9
%13

Triadic Colors of #77dec9

#77dec9 #c977de #dec977

Analogous Colors of #77dec9

#77dec9 #77c0de #77de96

Monochromatic Colors of #77dec9

#77dec9

Complementary Color

#77dec9 #de778c

#77dec9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77dec9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#77dec9 Color CSS Codes

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

#77dec9 Text Font Color

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

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


#77dec9 Background Color

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

This div background color is #77dec9


#77dec9 Border Color

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

This div border color is #77dec9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77dec9


Comments

No comments written yet.

Please login to write comment.