Color Hex Logo

#76defb Color Hex

#76DEFB
(118,222,251)
0 Favorites   0 Comments

Color spaces of #76defb

RGB 118222251
HSL0.540.940.72
HSV193°53°98°
CMYK 0.530.120.00   0.02
XYZ51.005163.0591100.7502
Yxy63.05910.23740.2936
Hunter Lab79.4098-24.3161-19.6367
CIE-Lab83.4735-22.4510-23.3851

#76defb color RGB value is (118,222,251).

#76defb hex color red value is 118, green value is 222 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #76defb hue: 0.54 , saturation: 0.94 and the lightness value of 76defb is 0.72.

The process color (four color CMYK) of #76defb color hex is 0.53, 0.12, 0.00, 0.02. Web safe color of #76defb is #66ccff. Color #76defb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11011110 11111011
Octal 166 336 373
Decimal 118 222 251
Hex 76 DE FB

RGB Percentages of Color #76defb

%19.97
%37.56
%42.47

CMYK Percentages of Color #76defb

%53
%12
%0
%2

Triadic Colors of #76defb

#76defb #fb76de #defb76

Analogous Colors of #76defb

#76defb #769cfb #76fbd6

Monochromatic Colors of #76defb

#76defb

Complementary Color

#76defb #fb9376

#76defb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76defb Color Preview on White Background

Lorem ipsum dolor sit amet.

#76defb Color CSS Codes

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

#76defb Text Font Color

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

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


#76defb Background Color

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

This div background color is #76defb


#76defb Border Color

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

This div border color is #76defb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76defb


Comments

No comments written yet.

Please login to write comment.