Color Hex Logo

#76bace Color Hex

#76BACE
(118,186,206)
0 Favorites   0 Comments

Color spaces of #76bace

RGB 118186206
HSL0.540.470.64
HSV194°43°81°
CMYK 0.430.100.00   0.19
XYZ36.170743.425664.8681
Yxy43.42560.25040.3006
Hunter Lab65.8981-17.3451-12.2346
CIE-Lab71.8429-16.2988-16.8350

#76bace color RGB value is (118,186,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111010 11001110
Octal 166 272 316
Decimal 118 186 206
Hex 76 BA CE

RGB Percentages of Color #76bace

%23.14
%36.47
%40.39

CMYK Percentages of Color #76bace

%43
%10
%0
%19

Triadic Colors of #76bace

#76bace #ce76ba #bace76

Analogous Colors of #76bace

#76bace #768ece #76ceb6

Monochromatic Colors of #76bace

#76bace

Complementary Color

#76bace #ce8a76

#76bace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76bace Color Preview on White Background

Lorem ipsum dolor sit amet.

#76bace Color CSS Codes

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

#76bace Text Font Color

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

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


#76bace Background Color

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

This div background color is #76bace


#76bace Border Color

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

This div border color is #76bace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76bace


Comments

No comments written yet.

Please login to write comment.