Color Hex Logo

#204cae Color Hex

#204CAE
(32,76,174)
0 Favorites   0 Comments

Color spaces of #204cae

RGB 3276174
HSL0.620.690.40
HSV221°82°68°
CMYK 0.820.560.00   0.32
XYZ10.82018.532041.1209
Yxy8.53200.17890.1411
Hunter Lab29.209615.0049-63.0210
CIE-Lab35.067122.2095-56.5185

#204cae color RGB value is (32,76,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 01001100 10101110
Octal 40 114 256
Decimal 32 76 174
Hex 20 4C AE

RGB Percentages of Color #204cae

%11.35
%26.95
%61.70

CMYK Percentages of Color #204cae

%82
%56
%0
%32

Triadic Colors of #204cae

#204cae #ae204c #4cae20

Analogous Colors of #204cae

#204cae #3b20ae #2093ae

Monochromatic Colors of #204cae

#204cae

Complementary Color

#204cae #ae8220

#204cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#204cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#204cae Color CSS Codes

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

#204cae Text Font Color

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

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


#204cae Background Color

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

This div background color is #204cae


#204cae Border Color

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

This div border color is #204cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #204cae


Comments

No comments written yet.

Please login to write comment.