Color Hex Logo

#209dae Color Hex

#209DAE
(32,157,174)
0 Favorites   0 Comments

Color spaces of #209dae

RGB 32157174
HSL0.520.690.40
HSV187°82°68°
CMYK 0.820.100.00   0.32
XYZ20.292627.477044.2785
Yxy27.47700.22050.2985
Hunter Lab52.4185-22.6303-13.3900
CIE-Lab59.4133-26.2188-18.1519

#209dae color RGB value is (32,157,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 10011101 10101110
Octal 40 235 256
Decimal 32 157 174
Hex 20 9D AE

RGB Percentages of Color #209dae

%8.82
%43.25
%47.93

CMYK Percentages of Color #209dae

%82
%10
%0
%32

Triadic Colors of #209dae

#209dae #ae209d #9dae20

Analogous Colors of #209dae

#209dae #2056ae #20ae78

Monochromatic Colors of #209dae

#209dae

Complementary Color

#209dae #ae3120

#209dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#209dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#209dae Color CSS Codes

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

#209dae Text Font Color

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

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


#209dae Background Color

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

This div background color is #209dae


#209dae Border Color

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

This div border color is #209dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #209dae


Comments

No comments written yet.

Please login to write comment.