Color Hex Logo

#4c8aaa Color Hex

#4C8AAA
(76,138,170)
0 Favorites   0 Comments

Color spaces of #4c8aaa

RGB 76138170
HSL0.560.380.48
HSV200°55°67°
CMYK 0.550.190.00   0.33
XYZ19.324722.615741.3770
Yxy22.61570.23190.2714
Hunter Lab47.5560-10.6882-18.2972
CIE-Lab54.6743-10.6209-23.0126

#4c8aaa color RGB value is (76,138,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10001010 10101010
Octal 114 212 252
Decimal 76 138 170
Hex 4C 8A AA

RGB Percentages of Color #4c8aaa

%19.79
%35.94
%44.27

CMYK Percentages of Color #4c8aaa

%55
%19
%0
%33

Triadic Colors of #4c8aaa

#4c8aaa #aa4c8a #8aaa4c

Analogous Colors of #4c8aaa

#4c8aaa #4c5baa #4caa9b

Monochromatic Colors of #4c8aaa

#4c8aaa

Complementary Color

#4c8aaa #aa6c4c

#4c8aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c8aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c8aaa Color CSS Codes

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

#4c8aaa Text Font Color

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

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


#4c8aaa Background Color

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

This div background color is #4c8aaa


#4c8aaa Border Color

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

This div border color is #4c8aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c8aaa


Comments

No comments written yet.

Please login to write comment.