Color Hex Logo

#76cded Color Hex

#76CDED
(118,205,237)
0 Favorites   0 Comments

Color spaces of #76cded

RGB 118205237
HSL0.540.770.70
HSV196°50°93°
CMYK 0.500.140.00   0.07
XYZ44.588653.628688.1221
Yxy53.62860.23930.2878
Hunter Lab73.2316-19.4717-20.0837
CIE-Lab78.2447-17.7204-23.8916

#76cded color RGB value is (118,205,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11001101 11101101
Octal 166 315 355
Decimal 118 205 237
Hex 76 CD ED

RGB Percentages of Color #76cded

%21.07
%36.61
%42.32

CMYK Percentages of Color #76cded

%50
%14
%0
%7

Triadic Colors of #76cded

#76cded #ed76cd #cded76

Analogous Colors of #76cded

#76cded #7692ed #76edd2

Monochromatic Colors of #76cded

#76cded

Complementary Color

#76cded #ed9676

#76cded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76cded Color Preview on White Background

Lorem ipsum dolor sit amet.

#76cded Color CSS Codes

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

#76cded Text Font Color

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

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


#76cded Background Color

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

This div background color is #76cded


#76cded Border Color

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

This div border color is #76cded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76cded


Comments

No comments written yet.

Please login to write comment.