Color Hex Logo

#209abe Color Hex

#209ABE
(32,154,190)
0 Favorites   0 Comments

Color spaces of #209abe

RGB 32154190
HSL0.540.710.44
HSV194°83°75°
CMYK 0.830.190.00   0.25
XYZ21.445527.136052.8227
Yxy27.13600.21150.2676
Hunter Lab52.0922-17.6759-23.6568
CIE-Lab59.1000-19.3130-27.6681

#209abe color RGB value is (32,154,190).

#209abe hex color red value is 32, green value is 154 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #209abe hue: 0.54 , saturation: 0.71 and the lightness value of 209abe is 0.44.

The process color (four color CMYK) of #209abe color hex is 0.83, 0.19, 0.00, 0.25. Web safe color of #209abe is #3399cc. Color #209abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10011010 10111110
Octal 40 232 276
Decimal 32 154 190
Hex 20 9A BE

RGB Percentages of Color #209abe

%8.51
%40.96
%50.53

CMYK Percentages of Color #209abe

%83
%19
%0
%25

Triadic Colors of #209abe

#209abe #be209a #9abe20

Analogous Colors of #209abe

#209abe #204bbe #20be93

Monochromatic Colors of #209abe

#209abe

Complementary Color

#209abe #be4420

#209abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#209abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#209abe Color CSS Codes

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

#209abe Text Font Color

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

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


#209abe Background Color

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

This div background color is #209abe


#209abe Border Color

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

This div border color is #209abe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,154,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #209abe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #209abe


Comments

No comments written yet.

Please login to write comment.