Color Hex Logo

#4284ac Color Hex

#4284AC
(66,132,172)
0 Favorites   0 Comments

Color spaces of #4284ac

RGB 66132172
HSL0.560.450.47
HSV203°62°67°
CMYK 0.620.230.00   0.33
XYZ17.944420.639342.0677
Yxy20.63930.22250.2559
Hunter Lab45.4305-8.9984-23.1000
CIE-Lab52.5524-8.6488-27.4726

#4284ac color RGB value is (66,132,172).

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

The process color (four color CMYK) of #4284ac color hex is 0.62, 0.23, 0.00, 0.33. Web safe color of #4284ac is #339999. Color #4284ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000100 10101100
Octal 102 204 254
Decimal 66 132 172
Hex 42 84 AC

RGB Percentages of Color #4284ac

%17.84
%35.68
%46.49

CMYK Percentages of Color #4284ac

%62
%23
%0
%33

Triadic Colors of #4284ac

#4284ac #ac4284 #84ac42

Analogous Colors of #4284ac

#4284ac #424fac #42ac9f

Monochromatic Colors of #4284ac

#4284ac

Complementary Color

#4284ac #ac6a42

#4284ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4284ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4284ac Color CSS Codes

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

#4284ac Text Font Color

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

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


#4284ac Background Color

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

This div background color is #4284ac


#4284ac Border Color

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

This div border color is #4284ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,132,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 #4284ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4284ac


Comments

No comments written yet.

Please login to write comment.