color codes Logo

#77dfdf color codes

#77DFDF
(119,223,223)
0 Favorites   0 Comments

Color spaces of #77dfdf

RGB 119223223
HSL0.500.620.67
HSV180°47°87°
CMYK 0.470.000.00   0.13
XYZ47.314762.025079.2903
Yxy62.02500.25080.3288
Hunter Lab78.7560-30.5844-4.5631
CIE-Lab82.9267-30.1400-9.3721

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11011111 11011111
Octal 167 337 337
Decimal 119 223 223
Hex 77 DF DF

RGB Percentages of Color #77dfdf

%21.06
%39.47
%39.47

CMYK Percentages of Color #77dfdf

%47
%0
%0
%13

Triadic Colors of #77dfdf

#77dfdf #df77df #dfdf77

Analogous Colors of #77dfdf

#77dfdf #77abdf #77dfab

Monochromatic Colors of #77dfdf

#77dfdf

Complementary Color

#77dfdf #df7777

#77dfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77dfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#77dfdf Color CSS Codes

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

#77dfdf Text Font Color

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

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


#77dfdf Background Color

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

This div background color is #77dfdf


#77dfdf Border Color

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

This div border color is #77dfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77dfdf


Comments

No comments written yet.

Please login to write comment.