Color Hex Logo

#209ead Color Hex

#209EAD
(32,158,173)
0 Favorites   0 Comments

Color spaces of #209ead

RGB 32158173
HSL0.520.690.40
HSV186°82°68°
CMYK 0.820.090.00   0.32
XYZ20.365327.777943.8235
Yxy27.77790.22140.3020
Hunter Lab52.7047-23.2603-12.4058
CIE-Lab59.6876-27.0446-17.1697

#209ead color RGB value is (32,158,173).

#209ead hex color red value is 32, green value is 158 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #209ead hue: 0.52 , saturation: 0.69 and the lightness value of 209ead is 0.40.

The process color (four color CMYK) of #209ead color hex is 0.82, 0.09, 0.00, 0.32. Web safe color of #209ead is #339999. Color #209ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10011110 10101101
Octal 40 236 255
Decimal 32 158 173
Hex 20 9E AD

RGB Percentages of Color #209ead

%8.82
%43.53
%47.66

CMYK Percentages of Color #209ead

%82
%9
%0
%32

Triadic Colors of #209ead

#209ead #ad209e #9ead20

Analogous Colors of #209ead

#209ead #2057ad #20ad76

Monochromatic Colors of #209ead

#209ead

Complementary Color

#209ead #ad2f20

#209ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#209ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#209ead Color CSS Codes

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

#209ead Text Font Color

<p style="color:#209ead">Text here</p>

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


#209ead Background Color

<div style="background-color:#209ead">
Div content here</div>

This div background color is #209ead


#209ead Border Color

<div style="border:3px solid #209ead">
Div here</div>

This div border color is #209ead


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,158,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #209ead; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #209ead;
  -webkit-box-shadow: 1px 1px 3px 2px #209ead;
  box-shadow:         1px 1px 3px 2px #209ead; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #209ead


Comments

No comments written yet.

Please login to write comment.