Color Hex Logo

#209eae Color Hex

#209EAE
(32,158,174)
0 Favorites   0 Comments

Color spaces of #209eae

RGB 32158174
HSL0.520.690.40
HSV187°82°68°
CMYK 0.820.090.00   0.32
XYZ20.462527.816844.3351
Yxy27.81680.22090.3004
Hunter Lab52.7416-23.0441-12.9206
CIE-Lab59.7229-26.7216-17.6812

#209eae color RGB value is (32,158,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 10011110 10101110
Octal 40 236 256
Decimal 32 158 174
Hex 20 9E AE

RGB Percentages of Color #209eae

%8.79
%43.41
%47.80

CMYK Percentages of Color #209eae

%82
%9
%0
%32

Triadic Colors of #209eae

#209eae #ae209e #9eae20

Analogous Colors of #209eae

#209eae #2057ae #20ae77

Monochromatic Colors of #209eae

#209eae

Complementary Color

#209eae #ae3020

#209eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#209eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#209eae Color CSS Codes

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

#209eae Text Font Color

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

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


#209eae Background Color

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

This div background color is #209eae


#209eae Border Color

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

This div border color is #209eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #209eae


Comments

No comments written yet.

Please login to write comment.