Color Hex Logo

#76cced Color Hex

#76CCED
(118,204,237)
0 Favorites   0 Comments

Color spaces of #76cced

RGB 118204237
HSL0.550.770.70
HSV197°50°93°
CMYK 0.500.140.00   0.07
XYZ44.350153.151788.0426
Yxy53.15170.23900.2865
Hunter Lab72.9052-18.9980-20.5668
CIE-Lab77.9645-17.2066-24.3186

#76cced color RGB value is (118,204,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11001100 11101101
Octal 166 314 355
Decimal 118 204 237
Hex 76 CC ED

RGB Percentages of Color #76cced

%21.11
%36.49
%42.40

CMYK Percentages of Color #76cced

%50
%14
%0
%7

Triadic Colors of #76cced

#76cced #ed76cc #cced76

Analogous Colors of #76cced

#76cced #7691ed #76edd3

Monochromatic Colors of #76cced

#76cced

Complementary Color

#76cced #ed9776

#76cced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76cced Color Preview on White Background

Lorem ipsum dolor sit amet.

#76cced Color CSS Codes

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

#76cced Text Font Color

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

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


#76cced Background Color

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

This div background color is #76cced


#76cced Border Color

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

This div border color is #76cced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76cced


Comments

No comments written yet.

Please login to write comment.