Color Hex Logo

#76cace Color Hex

#76CACE
(118,202,206)
0 Favorites   0 Comments

Color spaces of #76cace

RGB 118202206
HSL0.510.470.64
HSV183°43°81°
CMYK 0.430.020.00   0.19
XYZ39.732350.548866.0553
Yxy50.54880.25410.3233
Hunter Lab71.0977-24.6678-5.3167
CIE-Lab76.4049-24.4403-9.9899

#76cace color RGB value is (118,202,206).

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

The process color (four color CMYK) of #76cace color hex is 0.43, 0.02, 0.00, 0.19. Web safe color of #76cace is #66cccc. Color #76cace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11001010 11001110
Octal 166 312 316
Decimal 118 202 206
Hex 76 CA CE

RGB Percentages of Color #76cace

%22.43
%38.40
%39.16

CMYK Percentages of Color #76cace

%43
%2
%0
%19

Triadic Colors of #76cace

#76cace #ce76ca #cace76

Analogous Colors of #76cace

#76cace #769ece #76cea6

Monochromatic Colors of #76cace

#76cace

Complementary Color

#76cace #ce7a76

#76cace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76cace Color Preview on White Background

Lorem ipsum dolor sit amet.

#76cace Color CSS Codes

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

#76cace Text Font Color

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

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


#76cace Background Color

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

This div background color is #76cace


#76cace Border Color

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

This div border color is #76cace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76cace


Comments

No comments written yet.

Please login to write comment.