Color Hex Logo

#209beb Color Hex

#209BEB
(32,155,235)
0 Favorites   0 Comments

Color spaces of #209beb

RGB 32155235
HSL0.570.840.52
HSV204°86°92°
CMYK 0.860.340.00   0.08
XYZ27.312429.747982.8997
Yxy29.74790.19510.2125
Hunter Lab54.5416-6.0618-51.9378
CIE-Lab61.4361-3.8295-49.1148

#209beb color RGB value is (32,155,235).

#209beb hex color red value is 32, green value is 155 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #209beb hue: 0.57 , saturation: 0.84 and the lightness value of 209beb is 0.52.

The process color (four color CMYK) of #209beb color hex is 0.86, 0.34, 0.00, 0.08. Web safe color of #209beb is #3399ff. Color #209beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10011011 11101011
Octal 40 233 353
Decimal 32 155 235
Hex 20 9B EB

RGB Percentages of Color #209beb

%7.58
%36.73
%55.69

CMYK Percentages of Color #209beb

%86
%34
%0
%8

Triadic Colors of #209beb

#209beb #eb209b #9beb20

Analogous Colors of #209beb

#209beb #2036eb #20ebd6

Monochromatic Colors of #209beb

#209beb

Complementary Color

#209beb #eb7020

#209beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#209beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#209beb Color CSS Codes

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

#209beb Text Font Color

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

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


#209beb Background Color

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

This div background color is #209beb


#209beb Border Color

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

This div border color is #209beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #209beb


Comments

No comments written yet.

Please login to write comment.