Color Hex Logo

#208abe Color Hex

#208ABE
(32,138,190)
0 Favorites   0 Comments

Color spaces of #208abe

RGB 32138190
HSL0.550.710.44
HSV200°83°75°
CMYK 0.830.270.00   0.25
XYZ18.978422.201752.0003
Yxy22.20170.20370.2383
Hunter Lab47.1187-10.5617-32.4495
CIE-Lab54.2404-10.5174-35.2270

#208abe color RGB value is (32,138,190).

#208abe hex color red value is 32, green value is 138 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #208abe hue: 0.55 , saturation: 0.71 and the lightness value of 208abe is 0.44.

The process color (four color CMYK) of #208abe color hex is 0.83, 0.27, 0.00, 0.25. Web safe color of #208abe is #3399cc. Color #208abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10001010 10111110
Octal 40 212 276
Decimal 32 138 190
Hex 20 8A BE

RGB Percentages of Color #208abe

%8.89
%38.33
%52.78

CMYK Percentages of Color #208abe

%83
%27
%0
%25

Triadic Colors of #208abe

#208abe #be208a #8abe20

Analogous Colors of #208abe

#208abe #203bbe #20bea3

Monochromatic Colors of #208abe

#208abe

Complementary Color

#208abe #be5420

#208abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#208abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#208abe Color CSS Codes

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

#208abe Text Font Color

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

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


#208abe Background Color

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

This div background color is #208abe


#208abe Border Color

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

This div border color is #208abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #208abe


Comments

No comments written yet.

Please login to write comment.