Color Hex Logo

#76dded Color Hex

#76DDED
(118,221,237)
0 Favorites   0 Comments

Color spaces of #76dded

RGB 118221237
HSL0.520.770.70
HSV188°50°93°
CMYK 0.500.070.00   0.07
XYZ48.613761.678989.4638
Yxy61.67890.24340.3088
Hunter Lab78.5359-26.9464-12.5648
CIE-Lab82.7424-25.7517-17.0781

#76dded color RGB value is (118,221,237).

#76dded hex color red value is 118, green value is 221 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #76dded hue: 0.52 , saturation: 0.77 and the lightness value of 76dded is 0.70.

The process color (four color CMYK) of #76dded color hex is 0.50, 0.07, 0.00, 0.07. Web safe color of #76dded is #66ccff. Color #76dded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11011101 11101101
Octal 166 335 355
Decimal 118 221 237
Hex 76 DD ED

RGB Percentages of Color #76dded

%20.49
%38.37
%41.15

CMYK Percentages of Color #76dded

%50
%7
%0
%7

Triadic Colors of #76dded

#76dded #ed76dd #dded76

Analogous Colors of #76dded

#76dded #76a2ed #76edc2

Monochromatic Colors of #76dded

#76dded

Complementary Color

#76dded #ed8676

#76dded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76dded Color Preview on White Background

Lorem ipsum dolor sit amet.

#76dded Color CSS Codes

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

#76dded Text Font Color

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

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


#76dded Background Color

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

This div background color is #76dded


#76dded Border Color

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

This div border color is #76dded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76dded


Comments

No comments written yet.

Please login to write comment.