Color Hex Logo

#215aac Color Hex

#215AAC
(33,90,172)
0 Favorites   0 Comments

Color spaces of #215aac

RGB 3390172
HSL0.600.680.40
HSV215°81°67°
CMYK 0.810.480.00   0.33
XYZ11.729810.614240.4602
Yxy10.61420.18680.1690
Hunter Lab32.57947.2526-50.8263
CIE-Lab38.922912.1990-49.0922

#215aac color RGB value is (33,90,172).

#215aac hex color red value is 33, green value is 90 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #215aac hue: 0.60 , saturation: 0.68 and the lightness value of 215aac is 0.40.

The process color (four color CMYK) of #215aac color hex is 0.81, 0.48, 0.00, 0.33. Web safe color of #215aac is #336699. Color #215aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01011010 10101100
Octal 41 132 254
Decimal 33 90 172
Hex 21 5A AC

RGB Percentages of Color #215aac

%11.19
%30.51
%58.31

CMYK Percentages of Color #215aac

%81
%48
%0
%33

Triadic Colors of #215aac

#215aac #ac215a #5aac21

Analogous Colors of #215aac

#215aac #2e21ac #21a0ac

Monochromatic Colors of #215aac

#215aac

Complementary Color

#215aac #ac7321

#215aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#215aac Color CSS Codes

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

#215aac Text Font Color

<p style="color:#215aac">Text here</p>

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


#215aac Background Color

<div style="background-color:#215aac">
Div content here</div>

This div background color is #215aac


#215aac Border Color

<div style="border:3px solid #215aac">
Div here</div>

This div border color is #215aac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,90,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #215aac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #215aac;
  -webkit-box-shadow: 1px 1px 3px 2px #215aac;
  box-shadow:         1px 1px 3px 2px #215aac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,90,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 #215aac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215aac


Comments

No comments written yet.

Please login to write comment.