Color Hex Logo

#76deeb Color Hex

#76DEEB
(118,222,235)
0 Favorites   0 Comments

Color spaces of #76deeb

RGB 118222235
HSL0.520.750.69
HSV187°50°92°
CMYK 0.500.060.00   0.08
XYZ48.587962.092388.0214
Yxy62.09230.24450.3125
Hunter Lab78.7987-27.8331-11.0703
CIE-Lab82.9625-26.7712-15.6864

#76deeb color RGB value is (118,222,235).

#76deeb hex color red value is 118, green value is 222 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #76deeb hue: 0.52 , saturation: 0.75 and the lightness value of 76deeb is 0.69.

The process color (four color CMYK) of #76deeb color hex is 0.50, 0.06, 0.00, 0.08. Web safe color of #76deeb is #66ccff. Color #76deeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11011110 11101011
Octal 166 336 353
Decimal 118 222 235
Hex 76 DE EB

RGB Percentages of Color #76deeb

%20.52
%38.61
%40.87

CMYK Percentages of Color #76deeb

%50
%6
%0
%8

Triadic Colors of #76deeb

#76deeb #eb76de #deeb76

Analogous Colors of #76deeb

#76deeb #76a4eb #76ebbe

Monochromatic Colors of #76deeb

#76deeb

Complementary Color

#76deeb #eb8376

#76deeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76deeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#76deeb Color CSS Codes

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

#76deeb Text Font Color

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

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


#76deeb Background Color

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

This div background color is #76deeb


#76deeb Border Color

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

This div border color is #76deeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76deeb


Comments

No comments written yet.

Please login to write comment.