Color Hex Logo

#208bde Color Hex

#208BDE
(32,139,222)
0 Favorites   0 Comments

Color spaces of #208bde

RGB 32139222
HSL0.570.750.50
HSV206°86°87°
CMYK 0.860.370.00   0.13
XYZ23.013124.046272.5357
Yxy24.04620.19240.2011
Hunter Lab49.0369-2.0443-53.3763
CIE-Lab56.13400.7144-50.3046

#208bde color RGB value is (32,139,222).

#208bde hex color red value is 32, green value is 139 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #208bde hue: 0.57 , saturation: 0.75 and the lightness value of 208bde is 0.50.

The process color (four color CMYK) of #208bde color hex is 0.86, 0.37, 0.00, 0.13. Web safe color of #208bde is #3399cc. Color #208bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10001011 11011110
Octal 40 213 336
Decimal 32 139 222
Hex 20 8B DE

RGB Percentages of Color #208bde

%8.14
%35.37
%56.49

CMYK Percentages of Color #208bde

%86
%37
%0
%13

Triadic Colors of #208bde

#208bde #de208b #8bde20

Analogous Colors of #208bde

#208bde #202cde #20ded2

Monochromatic Colors of #208bde

#208bde

Complementary Color

#208bde #de7320

#208bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#208bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#208bde Color CSS Codes

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

#208bde Text Font Color

<p style="color:#208bde">Text here</p>

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


#208bde Background Color

<div style="background-color:#208bde">
Div content here</div>

This div background color is #208bde


#208bde Border Color

<div style="border:3px solid #208bde">
Div here</div>

This div border color is #208bde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,139,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #208bde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #208bde;
  -webkit-box-shadow: 1px 1px 3px 2px #208bde;
  box-shadow:         1px 1px 3px 2px #208bde; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #208bde


Comments

No comments written yet.

Please login to write comment.