Color Hex Logo

#208ca5 Color Hex

#208CA5
(32,140,165)
0 Favorites   0 Comments

Color spaces of #208ca5

RGB 32140165
HSL0.530.680.39
HSV191°81°65°
CMYK 0.810.150.00   0.35
XYZ16.765321.779938.9176
Yxy21.77990.21640.2812
Hunter Lab46.6689-17.5465-16.7741
CIE-Lab53.7927-20.4200-21.6036

#208ca5 color RGB value is (32,140,165).

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

The process color (four color CMYK) of #208ca5 color hex is 0.81, 0.15, 0.00, 0.35. Web safe color of #208ca5 is #339999. Color #208ca5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10001100 10100101
Octal 40 214 245
Decimal 32 140 165
Hex 20 8C A5

RGB Percentages of Color #208ca5

%9.50
%41.54
%48.96

CMYK Percentages of Color #208ca5

%81
%15
%0
%35

Triadic Colors of #208ca5

#208ca5 #a5208c #8ca520

Analogous Colors of #208ca5

#208ca5 #204aa5 #20a57c

Monochromatic Colors of #208ca5

#208ca5

Complementary Color

#208ca5 #a53920

#208ca5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#208ca5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#208ca5 Color CSS Codes

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

#208ca5 Text Font Color

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

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


#208ca5 Background Color

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

This div background color is #208ca5


#208ca5 Border Color

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

This div border color is #208ca5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #208ca5


Comments

No comments written yet.

Please login to write comment.