Color Hex Logo

#204aae Color Hex

#204AAE
(32,74,174)
0 Favorites   0 Comments

Color spaces of #204aae

RGB 3274174
HSL0.620.690.40
HSV222°82°68°
CMYK 0.820.570.00   0.32
XYZ10.68448.260641.0757
Yxy8.26060.17800.1376
Hunter Lab28.741316.0592-64.6157
CIE-Lab34.519823.5513-57.4092

#204aae color RGB value is (32,74,174).

#204aae hex color red value is 32, green value is 74 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #204aae hue: 0.62 , saturation: 0.69 and the lightness value of 204aae is 0.40.

The process color (four color CMYK) of #204aae color hex is 0.82, 0.57, 0.00, 0.32. Web safe color of #204aae is #333399. Color #204aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01001010 10101110
Octal 40 112 256
Decimal 32 74 174
Hex 20 4A AE

RGB Percentages of Color #204aae

%11.43
%26.43
%62.14

CMYK Percentages of Color #204aae

%82
%57
%0
%32

Triadic Colors of #204aae

#204aae #ae204a #4aae20

Analogous Colors of #204aae

#204aae #3d20ae #2091ae

Monochromatic Colors of #204aae

#204aae

Complementary Color

#204aae #ae8420

#204aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#204aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#204aae Color CSS Codes

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

#204aae Text Font Color

<p style="color:#204aae">Text here</p>

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


#204aae Background Color

<div style="background-color:#204aae">
Div content here</div>

This div background color is #204aae


#204aae Border Color

<div style="border:3px solid #204aae">
Div here</div>

This div border color is #204aae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,74,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #204aae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #204aae;
  -webkit-box-shadow: 1px 1px 3px 2px #204aae;
  box-shadow:         1px 1px 3px 2px #204aae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,74,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 #204aae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #204aae


Comments

No comments written yet.

Please login to write comment.