Color Hex Logo

#76a4ca Color Hex

#76A4CA
(118,164,202)
0 Favorites   0 Comments

Color spaces of #76a4ca

RGB 118164202
HSL0.580.440.63
HSV207°42°79°
CMYK 0.420.190.00   0.21
XYZ31.407334.666760.9131
Yxy34.66670.24730.2730
Hunter Lab58.8784-7.8207-20.1240
CIE-Lab65.4883-5.5683-24.2989

#76a4ca color RGB value is (118,164,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10100100 11001010
Octal 166 244 312
Decimal 118 164 202
Hex 76 A4 CA

RGB Percentages of Color #76a4ca

%24.38
%33.88
%41.74

CMYK Percentages of Color #76a4ca

%42
%19
%0
%21

Triadic Colors of #76a4ca

#76a4ca #ca76a4 #a4ca76

Analogous Colors of #76a4ca

#76a4ca #767aca #76cac6

Monochromatic Colors of #76a4ca

#76a4ca

Complementary Color

#76a4ca #ca9c76

#76a4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76a4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#76a4ca Color CSS Codes

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

#76a4ca Text Font Color

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

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


#76a4ca Background Color

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

This div background color is #76a4ca


#76a4ca Border Color

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

This div border color is #76a4ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76a4ca


Comments

No comments written yet.

Please login to write comment.