Color Hex Logo

#0221ae Color Hex

#0221AE
(2,33,174)
0 Favorites   0 Comments

Color spaces of #0221ae

RGB 233174
HSL0.640.980.35
HSV229°99°68°
CMYK 0.990.810.00   0.32
XYZ8.20894.156640.4140
Yxy4.15660.15550.0788
Hunter Lab20.387736.1925-103.2573
CIE-Lab24.182547.8129-74.4519

#0221ae color RGB value is (2,33,174).

#0221ae hex color red value is 2, green value is 33 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0221ae hue: 0.64 , saturation: 0.98 and the lightness value of 0221ae is 0.35.

The process color (four color CMYK) of #0221ae color hex is 0.99, 0.81, 0.00, 0.32. Web safe color of #0221ae is #003399. Color #0221ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00100001 10101110
Octal 2 41 256
Decimal 2 33 174
Hex 2 21 AE

RGB Percentages of Color #0221ae

%0.96
%15.79
%83.25

CMYK Percentages of Color #0221ae

%99
%81
%0
%32

Triadic Colors of #0221ae

#0221ae #ae0221 #21ae02

Analogous Colors of #0221ae

#0221ae #3902ae #0277ae

Monochromatic Colors of #0221ae

#0221ae

Complementary Color

#0221ae #ae8f02

#0221ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0221ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0221ae Color CSS Codes

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

#0221ae Text Font Color

<p style="color:#0221ae">Text here</p>

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


#0221ae Background Color

<div style="background-color:#0221ae">
Div content here</div>

This div background color is #0221ae


#0221ae Border Color

<div style="border:3px solid #0221ae">
Div here</div>

This div border color is #0221ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,33,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0221ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0221ae;
  -webkit-box-shadow: 1px 1px 3px 2px #0221ae;
  box-shadow:         1px 1px 3px 2px #0221ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0221ae


Comments

No comments written yet.

Please login to write comment.