Color Hex Logo

#76bddd Color Hex

#76BDDD
(118,189,221)
0 Favorites   0 Comments

Color spaces of #76bddd

RGB 118189221
HSL0.550.600.66
HSV199°47°87°
CMYK 0.470.140.00   0.13
XYZ38.720045.467275.1419
Yxy45.46720.24300.2854
Hunter Lab67.4294-15.5013-18.8710
CIE-Lab73.1985-13.8219-22.9506

#76bddd color RGB value is (118,189,221).

#76bddd hex color red value is 118, green value is 189 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #76bddd hue: 0.55 , saturation: 0.60 and the lightness value of 76bddd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111101 11011101
Octal 166 275 335
Decimal 118 189 221
Hex 76 BD DD

RGB Percentages of Color #76bddd

%22.35
%35.80
%41.86

CMYK Percentages of Color #76bddd

%47
%14
%0
%13

Triadic Colors of #76bddd

#76bddd #dd76bd #bddd76

Analogous Colors of #76bddd

#76bddd #768add #76ddca

Monochromatic Colors of #76bddd

#76bddd

Complementary Color

#76bddd #dd9676

#76bddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76bddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#76bddd Color CSS Codes

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

#76bddd Text Font Color

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

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


#76bddd Background Color

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

This div background color is #76bddd


#76bddd Border Color

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

This div border color is #76bddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76bddd


Comments

No comments written yet.

Please login to write comment.