Color Hex Logo

#76debe Color Hex

#76DEBE
(118,222,190)
0 Favorites   0 Comments

Color spaces of #76debe

RGB 118222190
HSL0.450.610.67
HSV162°47°87°
CMYK 0.470.000.14   0.13
XYZ42.886859.811857.9997
Yxy59.81180.26690.3722
Hunter Lab77.3381-36.35699.6721
CIE-Lab81.7358-37.77526.3843

#76debe color RGB value is (118,222,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11011110 10111110
Octal 166 336 276
Decimal 118 222 190
Hex 76 DE BE

RGB Percentages of Color #76debe

%22.26
%41.89
%35.85

CMYK Percentages of Color #76debe

%47
%0
%14
%13

Triadic Colors of #76debe

#76debe #be76de #debe76

Analogous Colors of #76debe

#76debe #76cade #76de8a

Monochromatic Colors of #76debe

#76debe

Complementary Color

#76debe #de7696

#76debe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76debe Color Preview on White Background

Lorem ipsum dolor sit amet.

#76debe Color CSS Codes

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

#76debe Text Font Color

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

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


#76debe Background Color

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

This div background color is #76debe


#76debe Border Color

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

This div border color is #76debe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76debe


Comments

No comments written yet.

Please login to write comment.