Color Hex Logo

#77dedf Color Hex

#77DEDF
(119,222,223)
0 Favorites   0 Comments

Color spaces of #77dedf

RGB 119222223
HSL0.500.620.67
HSV181°47°87°
CMYK 0.470.000.00   0.13
XYZ47.048361.492279.2015
Yxy61.49220.25060.3275
Hunter Lab78.4170-30.1340-4.9913
CIE-Lab82.6426-29.6607-9.7947

#77dedf color RGB value is (119,222,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11011110 11011111
Octal 167 336 337
Decimal 119 222 223
Hex 77 DE DF

RGB Percentages of Color #77dedf

%21.10
%39.36
%39.54

CMYK Percentages of Color #77dedf

%47
%0
%0
%13

Triadic Colors of #77dedf

#77dedf #df77de #dedf77

Analogous Colors of #77dedf

#77dedf #77aadf #77dfac

Monochromatic Colors of #77dedf

#77dedf

Complementary Color

#77dedf #df7877

#77dedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77dedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#77dedf Color CSS Codes

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

#77dedf Text Font Color

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

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


#77dedf Background Color

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

This div background color is #77dedf


#77dedf Border Color

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

This div border color is #77dedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77dedf


Comments

No comments written yet.

Please login to write comment.