Color Hex Logo

#76cbde Color Hex

#76CBDE
(118,203,222)
0 Favorites   0 Comments

Color spaces of #76cbde

RGB 118203222
HSL0.530.610.67
HSV191°47°87°
CMYK 0.470.090.00   0.13
XYZ42.012051.837476.8986
Yxy51.83740.24600.3036
Hunter Lab71.9982-21.8395-12.9267
CIE-Lab77.1835-20.7788-17.4465

#76cbde color RGB value is (118,203,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11001011 11011110
Octal 166 313 336
Decimal 118 203 222
Hex 76 CB DE

RGB Percentages of Color #76cbde

%21.73
%37.38
%40.88

CMYK Percentages of Color #76cbde

%47
%9
%0
%13

Triadic Colors of #76cbde

#76cbde #de76cb #cbde76

Analogous Colors of #76cbde

#76cbde #7697de #76debd

Monochromatic Colors of #76cbde

#76cbde

Complementary Color

#76cbde #de8976

#76cbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76cbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#76cbde Color CSS Codes

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

#76cbde Text Font Color

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

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


#76cbde Background Color

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

This div background color is #76cbde


#76cbde Border Color

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

This div border color is #76cbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76cbde


Comments

No comments written yet.

Please login to write comment.