Color Hex Logo

#4c87aa Color Hex

#4C87AA
(76,135,170)
0 Favorites   0 Comments

Color spaces of #4c87aa

RGB 76135170
HSL0.560.380.48
HSV202°55°67°
CMYK 0.550.210.00   0.33
XYZ18.900221.766741.2355
Yxy21.76670.23080.2658
Hunter Lab46.6548-9.3342-19.7447
CIE-Lab53.7786-8.9290-24.3916

#4c87aa color RGB value is (76,135,170).

#4c87aa hex color red value is 76, green value is 135 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4c87aa hue: 0.56 , saturation: 0.38 and the lightness value of 4c87aa is 0.48.

The process color (four color CMYK) of #4c87aa color hex is 0.55, 0.21, 0.00, 0.33. Web safe color of #4c87aa is #339999. Color #4c87aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10000111 10101010
Octal 114 207 252
Decimal 76 135 170
Hex 4C 87 AA

RGB Percentages of Color #4c87aa

%19.95
%35.43
%44.62

CMYK Percentages of Color #4c87aa

%55
%21
%0
%33

Triadic Colors of #4c87aa

#4c87aa #aa4c87 #87aa4c

Analogous Colors of #4c87aa

#4c87aa #4c58aa #4caa9e

Monochromatic Colors of #4c87aa

#4c87aa

Complementary Color

#4c87aa #aa6f4c

#4c87aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c87aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c87aa Color CSS Codes

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

#4c87aa Text Font Color

<p style="color:#4c87aa">Text here</p>

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


#4c87aa Background Color

<div style="background-color:#4c87aa">
Div content here</div>

This div background color is #4c87aa


#4c87aa Border Color

<div style="border:3px solid #4c87aa">
Div here</div>

This div border color is #4c87aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,135,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4c87aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4c87aa;
  -webkit-box-shadow: 1px 1px 3px 2px #4c87aa;
  box-shadow:         1px 1px 3px 2px #4c87aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,135,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c87aa


Comments

No comments written yet.

Please login to write comment.