Color Hex Logo

#76dfde Color Hex

#76DFDE
(118,223,222)
0 Favorites   0 Comments

Color spaces of #76dfde

RGB 118223222
HSL0.500.620.67
HSV179°47°87°
CMYK 0.470.000.00   0.13
XYZ47.043761.900878.5758
Yxy61.90080.25090.3301
Hunter Lab78.6771-30.9536-4.1397
CIE-Lab82.8606-30.6132-8.9439

#76dfde color RGB value is (118,223,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11011111 11011110
Octal 166 337 336
Decimal 118 223 222
Hex 76 DF DE

RGB Percentages of Color #76dfde

%20.96
%39.61
%39.43

CMYK Percentages of Color #76dfde

%47
%0
%0
%13

Triadic Colors of #76dfde

#76dfde #de76df #dfde76

Analogous Colors of #76dfde

#76dfde #76acdf #76dfaa

Monochromatic Colors of #76dfde

#76dfde

Complementary Color

#76dfde #df7677

#76dfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76dfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#76dfde Color CSS Codes

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

#76dfde Text Font Color

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

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


#76dfde Background Color

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

This div background color is #76dfde


#76dfde Border Color

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

This div border color is #76dfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76dfde


Comments

No comments written yet.

Please login to write comment.