Color Hex Logo

#76dfce Color Hex

#76DFCE
(118,223,206)
0 Favorites   0 Comments

Color spaces of #76dfce

RGB 118223206
HSL0.470.620.67
HSV170°47°87°
CMYK 0.470.000.08   0.13
XYZ44.999561.083167.8110
Yxy61.08310.25880.3513
Hunter Lab78.1557-33.99793.2666
CIE-Lab82.4234-34.5423-1.1001

#76dfce color RGB value is (118,223,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11011111 11001110
Octal 166 337 316
Decimal 118 223 206
Hex 76 DF CE

RGB Percentages of Color #76dfce

%21.57
%40.77
%37.66

CMYK Percentages of Color #76dfce

%47
%0
%8
%13

Triadic Colors of #76dfce

#76dfce #ce76df #dfce76

Analogous Colors of #76dfce

#76dfce #76bcdf #76df9a

Monochromatic Colors of #76dfce

#76dfce

Complementary Color

#76dfce #df7687

#76dfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76dfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#76dfce Color CSS Codes

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

#76dfce Text Font Color

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

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


#76dfce Background Color

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

This div background color is #76dfce


#76dfce Border Color

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

This div border color is #76dfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76dfce


Comments

No comments written yet.

Please login to write comment.