Color Hex Logo

#76cfdf Color Hex

#76CFDF
(118,207,223)
0 Favorites   0 Comments

Color spaces of #76cfdf

RGB 118207223
HSL0.530.620.67
HSV189°47°87°
CMYK 0.470.070.00   0.13
XYZ43.103353.804977.9256
Yxy53.80490.24650.3077
Hunter Lab73.3518-23.4748-11.6407
CIE-Lab78.3478-22.5277-16.2284

#76cfdf color RGB value is (118,207,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11001111 11011111
Octal 166 317 337
Decimal 118 207 223
Hex 76 CF DF

RGB Percentages of Color #76cfdf

%21.53
%37.77
%40.69

CMYK Percentages of Color #76cfdf

%47
%7
%0
%13

Triadic Colors of #76cfdf

#76cfdf #df76cf #cfdf76

Analogous Colors of #76cfdf

#76cfdf #769bdf #76dfbb

Monochromatic Colors of #76cfdf

#76cfdf

Complementary Color

#76cfdf #df8676

#76cfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76cfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#76cfdf Color CSS Codes

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

#76cfdf Text Font Color

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

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


#76cfdf Background Color

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

This div background color is #76cfdf


#76cfdf Border Color

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

This div border color is #76cfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76cfdf


Comments

No comments written yet.

Please login to write comment.