Color Hex Logo

#76cbda Color Hex

#76CBDA
(118,203,218)
0 Favorites   0 Comments

Color spaces of #76cbda

RGB 118203218
HSL0.530.570.66
HSV189°46°85°
CMYK 0.460.070.00   0.15
XYZ41.482051.625474.1080
Yxy51.62540.24810.3087
Hunter Lab71.8508-22.6846-10.8570
CIE-Lab77.0563-21.8389-15.4848

#76cbda color RGB value is (118,203,218).

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

The process color (four color CMYK) of #76cbda color hex is 0.46, 0.07, 0.00, 0.15. Web safe color of #76cbda is #66cccc. Color #76cbda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11001011 11011010
Octal 166 313 332
Decimal 118 203 218
Hex 76 CB DA

RGB Percentages of Color #76cbda

%21.89
%37.66
%40.45

CMYK Percentages of Color #76cbda

%46
%7
%0
%15

Triadic Colors of #76cbda

#76cbda #da76cb #cbda76

Analogous Colors of #76cbda

#76cbda #7699da #76dab7

Monochromatic Colors of #76cbda

#76cbda

Complementary Color

#76cbda #da8576

#76cbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76cbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#76cbda Color CSS Codes

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

#76cbda Text Font Color

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

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


#76cbda Background Color

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

This div background color is #76cbda


#76cbda Border Color

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

This div border color is #76cbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76cbda


Comments

No comments written yet.

Please login to write comment.