Color Hex Logo

#76debf Color Hex

#76DEBF
(118,222,191)
0 Favorites   0 Comments

Color spaces of #76debf

RGB 118222191
HSL0.450.610.67
HSV162°47°87°
CMYK 0.470.000.14   0.13
XYZ42.996559.855758.5774
Yxy59.85570.26630.3708
Hunter Lab77.3665-36.18979.2656
CIE-Lab81.7597-37.55155.8890

#76debf color RGB value is (118,222,191).

#76debf hex color red value is 118, green value is 222 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #76debf hue: 0.45 , saturation: 0.61 and the lightness value of 76debf is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11011110 10111111
Octal 166 336 277
Decimal 118 222 191
Hex 76 DE BF

RGB Percentages of Color #76debf

%22.22
%41.81
%35.97

CMYK Percentages of Color #76debf

%47
%0
%14
%13

Triadic Colors of #76debf

#76debf #bf76de #debf76

Analogous Colors of #76debf

#76debf #76c9de #76de8b

Monochromatic Colors of #76debf

#76debf

Complementary Color

#76debf #de7695

#76debf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76debf Color Preview on White Background

Lorem ipsum dolor sit amet.

#76debf Color CSS Codes

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

#76debf Text Font Color

<p style="color:#76debf">Text here</p>

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


#76debf Background Color

<div style="background-color:#76debf">
Div content here</div>

This div background color is #76debf


#76debf Border Color

<div style="border:3px solid #76debf">
Div here</div>

This div border color is #76debf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,222,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76debf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76debf;
  -webkit-box-shadow: 1px 1px 3px 2px #76debf;
  box-shadow:         1px 1px 3px 2px #76debf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76debf


Comments

No comments written yet.

Please login to write comment.