Color Hex Logo

#4255ac Color Hex

#4255AC
(66,85,172)
0 Favorites   0 Comments

Color spaces of #4255ac

RGB 6685172
HSL0.640.450.47
HSV229°62°67°
CMYK 0.620.510.00   0.33
XYZ12.941710.633840.4002
Yxy10.63380.20230.1662
Hunter Lab32.609513.7745-50.6282
CIE-Lab38.956720.3472-48.9628

#4255ac color RGB value is (66,85,172).

#4255ac hex color red value is 66, green value is 85 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4255ac hue: 0.64 , saturation: 0.45 and the lightness value of 4255ac is 0.47.

The process color (four color CMYK) of #4255ac color hex is 0.62, 0.51, 0.00, 0.33. Web safe color of #4255ac is #336699. Color #4255ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010101 10101100
Octal 102 125 254
Decimal 66 85 172
Hex 42 55 AC

RGB Percentages of Color #4255ac

%20.43
%26.32
%53.25

CMYK Percentages of Color #4255ac

%62
%51
%0
%33

Triadic Colors of #4255ac

#4255ac #ac4255 #55ac42

Analogous Colors of #4255ac

#4255ac #6442ac #428aac

Monochromatic Colors of #4255ac

#4255ac

Complementary Color

#4255ac #ac9942

#4255ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4255ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4255ac Color CSS Codes

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

#4255ac Text Font Color

<p style="color:#4255ac">Text here</p>

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


#4255ac Background Color

<div style="background-color:#4255ac">
Div content here</div>

This div background color is #4255ac


#4255ac Border Color

<div style="border:3px solid #4255ac">
Div here</div>

This div border color is #4255ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,85,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4255ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4255ac;
  -webkit-box-shadow: 1px 1px 3px 2px #4255ac;
  box-shadow:         1px 1px 3px 2px #4255ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,85,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4255ac


Comments

No comments written yet.

Please login to write comment.