Color Hex Logo

#76abca Color Hex

#76ABCA
(118,171,202)
0 Favorites   0 Comments

Color spaces of #76abca

RGB 118171202
HSL0.560.440.63
HSV202°42°79°
CMYK 0.420.150.00   0.21
XYZ32.694837.241661.3423
Yxy37.24160.24900.2837
Hunter Lab61.0259-11.1634-16.8793
CIE-Lab67.4579-9.3974-21.2893

#76abca color RGB value is (118,171,202).

#76abca hex color red value is 118, green value is 171 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #76abca hue: 0.56 , saturation: 0.44 and the lightness value of 76abca is 0.63.

The process color (four color CMYK) of #76abca color hex is 0.42, 0.15, 0.00, 0.21. Web safe color of #76abca is #6699cc. Color #76abca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101011 11001010
Octal 166 253 312
Decimal 118 171 202
Hex 76 AB CA

RGB Percentages of Color #76abca

%24.03
%34.83
%41.14

CMYK Percentages of Color #76abca

%42
%15
%0
%21

Triadic Colors of #76abca

#76abca #ca76ab #abca76

Analogous Colors of #76abca

#76abca #7681ca #76cabf

Monochromatic Colors of #76abca

#76abca

Complementary Color

#76abca #ca9576

#76abca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76abca Color Preview on White Background

Lorem ipsum dolor sit amet.

#76abca Color CSS Codes

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

#76abca Text Font Color

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

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


#76abca Background Color

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

This div background color is #76abca


#76abca Border Color

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

This div border color is #76abca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76abca


Comments

No comments written yet.

Please login to write comment.