Color Hex Logo

#208eaa Color Hex

#208EAA
(32,142,170)
0 Favorites   0 Comments

Color spaces of #208eaa

RGB 32142170
HSL0.530.680.40
HSV192°81°67°
CMYK 0.810.160.00   0.33
XYZ17.524422.555441.4602
Yxy22.55540.21490.2766
Hunter Lab47.4925-17.2467-18.5144
CIE-Lab54.6114-19.7791-23.2181

#208eaa color RGB value is (32,142,170).

#208eaa hex color red value is 32, green value is 142 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #208eaa hue: 0.53 , saturation: 0.68 and the lightness value of 208eaa is 0.40.

The process color (four color CMYK) of #208eaa color hex is 0.81, 0.16, 0.00, 0.33. Web safe color of #208eaa is #339999. Color #208eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10001110 10101010
Octal 40 216 252
Decimal 32 142 170
Hex 20 8E AA

RGB Percentages of Color #208eaa

%9.30
%41.28
%49.42

CMYK Percentages of Color #208eaa

%81
%16
%0
%33

Triadic Colors of #208eaa

#208eaa #aa208e #8eaa20

Analogous Colors of #208eaa

#208eaa #2049aa #20aa81

Monochromatic Colors of #208eaa

#208eaa

Complementary Color

#208eaa #aa3c20

#208eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#208eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#208eaa Color CSS Codes

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

#208eaa Text Font Color

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

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


#208eaa Background Color

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

This div background color is #208eaa


#208eaa Border Color

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

This div border color is #208eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #208eaa


Comments

No comments written yet.

Please login to write comment.