Color Hex Logo

#76cadd Color Hex

#76CADD
(118,202,221)
0 Favorites   0 Comments

Color spaces of #76cadd

RGB 118202221
HSL0.530.600.66
HSV191°47°87°
CMYK 0.470.090.00   0.13
XYZ41.642951.313176.1162
Yxy51.31310.24630.3035
Hunter Lab71.6332-21.5896-12.8573
CIE-Lab76.8683-20.5387-17.3839

#76cadd color RGB value is (118,202,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11001010 11011101
Octal 166 312 335
Decimal 118 202 221
Hex 76 CA DD

RGB Percentages of Color #76cadd

%21.81
%37.34
%40.85

CMYK Percentages of Color #76cadd

%47
%9
%0
%13

Triadic Colors of #76cadd

#76cadd #dd76ca #cadd76

Analogous Colors of #76cadd

#76cadd #7697dd #76ddbd

Monochromatic Colors of #76cadd

#76cadd

Complementary Color

#76cadd #dd8976

#76cadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76cadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#76cadd Color CSS Codes

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

#76cadd Text Font Color

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

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


#76cadd Background Color

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

This div background color is #76cadd


#76cadd Border Color

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

This div border color is #76cadd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,202,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 #76cadd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76cadd


Comments

No comments written yet.

Please login to write comment.