Color Hex Logo

#208bdf Color Hex

#208BDF
(32,139,223)
0 Favorites   0 Comments

Color spaces of #208bdf

RGB 32139223
HSL0.570.750.50
HSV206°86°87°
CMYK 0.860.380.00   0.13
XYZ23.147624.100073.2438
Yxy24.10000.19210.2000
Hunter Lab49.0918-1.7448-54.0951
CIE-Lab56.18781.0887-50.7785

#208bdf color RGB value is (32,139,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 10001011 11011111
Octal 40 213 337
Decimal 32 139 223
Hex 20 8B DF

RGB Percentages of Color #208bdf

%8.12
%35.28
%56.60

CMYK Percentages of Color #208bdf

%86
%38
%0
%13

Triadic Colors of #208bdf

#208bdf #df208b #8bdf20

Analogous Colors of #208bdf

#208bdf #202bdf #20dfd4

Monochromatic Colors of #208bdf

#208bdf

Complementary Color

#208bdf #df7420

#208bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#208bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#208bdf Color CSS Codes

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

#208bdf Text Font Color

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

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


#208bdf Background Color

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

This div background color is #208bdf


#208bdf Border Color

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

This div border color is #208bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #208bdf


Comments

No comments written yet.

Please login to write comment.