Color Hex Logo

#209fae Color Hex

#209FAE
(32,159,174)
0 Favorites   0 Comments

Color spaces of #209fae

RGB 32159174
HSL0.520.690.40
HSV186°82°68°
CMYK 0.820.090.00   0.32
XYZ20.633828.159344.3922
Yxy28.15930.22140.3022
Hunter Lab53.0653-23.4568-12.4538
CIE-Lab60.0324-27.2218-17.2112

#209fae color RGB value is (32,159,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 10011111 10101110
Octal 40 237 256
Decimal 32 159 174
Hex 20 9F AE

RGB Percentages of Color #209fae

%8.77
%43.56
%47.67

CMYK Percentages of Color #209fae

%82
%9
%0
%32

Triadic Colors of #209fae

#209fae #ae209f #9fae20

Analogous Colors of #209fae

#209fae #2058ae #20ae76

Monochromatic Colors of #209fae

#209fae

Complementary Color

#209fae #ae2f20

#209fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#209fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#209fae Color CSS Codes

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

#209fae Text Font Color

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

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


#209fae Background Color

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

This div background color is #209fae


#209fae Border Color

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

This div border color is #209fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #209fae


Comments

No comments written yet.

Please login to write comment.