Color Hex Logo

#221cad Color Hex

#221CAD
(34,28,173)
0 Favorites   0 Comments

Color spaces of #221cad

RGB 3428173
HSL0.670.720.39
HSV242°84°68°
CMYK 0.800.840.00   0.32
XYZ8.61784.187739.8893
Yxy4.18770.16350.0795
Hunter Lab20.463939.3586-101.2466
CIE-Lab24.282550.9924-73.6548

#221cad color RGB value is (34,28,173).

#221cad hex color red value is 34, green value is 28 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #221cad hue: 0.67 , saturation: 0.72 and the lightness value of 221cad is 0.39.

The process color (four color CMYK) of #221cad color hex is 0.80, 0.84, 0.00, 0.32. Web safe color of #221cad is #333399. Color #221cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 00011100 10101101
Octal 42 34 255
Decimal 34 28 173
Hex 22 1C AD

RGB Percentages of Color #221cad

%14.47
%11.91
%73.62

CMYK Percentages of Color #221cad

%80
%84
%0
%32

Triadic Colors of #221cad

#221cad #ad221c #1cad22

Analogous Colors of #221cad

#221cad #6b1cad #1c5fad

Monochromatic Colors of #221cad

#221cad

Complementary Color

#221cad #a7ad1c

#221cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#221cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#221cad Color CSS Codes

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

#221cad Text Font Color

<p style="color:#221cad">Text here</p>

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


#221cad Background Color

<div style="background-color:#221cad">
Div content here</div>

This div background color is #221cad


#221cad Border Color

<div style="border:3px solid #221cad">
Div here</div>

This div border color is #221cad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(34,28,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #221cad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #221cad;
  -webkit-box-shadow: 1px 1px 3px 2px #221cad;
  box-shadow:         1px 1px 3px 2px #221cad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(34,28,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #221cad


Comments

No comments written yet.

Please login to write comment.