Color Hex Logo

#209cbe Color Hex

#209CBE
(32,156,190)
0 Favorites   0 Comments

Color spaces of #209cbe

RGB 32156190
HSL0.540.710.44
HSV193°83°75°
CMYK 0.830.180.00   0.25
XYZ21.778427.801752.9336
Yxy27.80170.21240.2712
Hunter Lab52.7273-18.5455-22.6128
CIE-Lab59.7092-20.3717-26.7277

#209cbe color RGB value is (32,156,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 10011100 10111110
Octal 40 234 276
Decimal 32 156 190
Hex 20 9C BE

RGB Percentages of Color #209cbe

%8.47
%41.27
%50.26

CMYK Percentages of Color #209cbe

%83
%18
%0
%25

Triadic Colors of #209cbe

#209cbe #be209c #9cbe20

Analogous Colors of #209cbe

#209cbe #204dbe #20be91

Monochromatic Colors of #209cbe

#209cbe

Complementary Color

#209cbe #be4220

#209cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#209cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#209cbe Color CSS Codes

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

#209cbe Text Font Color

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

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


#209cbe Background Color

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

This div background color is #209cbe


#209cbe Border Color

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

This div border color is #209cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #209cbe


Comments

No comments written yet.

Please login to write comment.