Color Hex Logo

#76cfde Color Hex

#76CFDE
(118,207,222)
0 Favorites   0 Comments

Color spaces of #76cfde

RGB 118207222
HSL0.520.610.67
HSV189°47°87°
CMYK 0.470.070.00   0.13
XYZ42.968953.751177.2175
Yxy53.75110.24700.3090
Hunter Lab73.3151-23.6853-11.1252
CIE-Lab78.3164-22.7918-15.7392

#76cfde color RGB value is (118,207,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11001111 11011110
Octal 166 317 336
Decimal 118 207 222
Hex 76 CF DE

RGB Percentages of Color #76cfde

%21.57
%37.84
%40.59

CMYK Percentages of Color #76cfde

%47
%7
%0
%13

Triadic Colors of #76cfde

#76cfde #de76cf #cfde76

Analogous Colors of #76cfde

#76cfde #769bde #76deb9

Monochromatic Colors of #76cfde

#76cfde

Complementary Color

#76cfde #de8576

#76cfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76cfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#76cfde Color CSS Codes

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

#76cfde Text Font Color

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

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


#76cfde Background Color

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

This div background color is #76cfde


#76cfde Border Color

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

This div border color is #76cfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76cfde


Comments

No comments written yet.

Please login to write comment.