Color Hex Logo

#208cdd Color Hex

#208CDD
(32,140,221)
0 Favorites   0 Comments

Color spaces of #208cdd

RGB 32140221
HSL0.570.750.50
HSV206°86°87°
CMYK 0.860.370.00   0.13
XYZ23.024924.283771.8803
Yxy24.28370.19320.2037
Hunter Lab49.2785-2.8350-51.9887
CIE-Lab56.3707-0.2526-49.3688

#208cdd color RGB value is (32,140,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 10001100 11011101
Octal 40 214 335
Decimal 32 140 221
Hex 20 8C DD

RGB Percentages of Color #208cdd

%8.14
%35.62
%56.23

CMYK Percentages of Color #208cdd

%86
%37
%0
%13

Triadic Colors of #208cdd

#208cdd #dd208c #8cdd20

Analogous Colors of #208cdd

#208cdd #202ddd #20ddd0

Monochromatic Colors of #208cdd

#208cdd

Complementary Color

#208cdd #dd7120

#208cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#208cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#208cdd Color CSS Codes

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

#208cdd Text Font Color

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

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


#208cdd Background Color

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

This div background color is #208cdd


#208cdd Border Color

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

This div border color is #208cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #208cdd


Comments

No comments written yet.

Please login to write comment.