Color Hex Logo

#206370 Color Hex

#206370
(32,99,112)
0 Favorites   0 Comments

Color spaces of #206370

RGB 3299112
HSL0.530.560.28
HSV190°71°44°
CMYK 0.710.120.00   0.56
XYZ7.982110.400616.9160
Yxy10.40060.22610.2946
Hunter Lab32.2500-12.2574-8.5243
CIE-Lab38.5520-16.1789-13.4615

#206370 color RGB value is (32,99,112).

#206370 hex color red value is 32, green value is 99 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #206370 hue: 0.53 , saturation: 0.56 and the lightness value of 206370 is 0.28.

The process color (four color CMYK) of #206370 color hex is 0.71, 0.12, 0.00, 0.56. Web safe color of #206370 is #336666. Color #206370 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01100011 01110000
Octal 40 143 160
Decimal 32 99 112
Hex 20 63 70

RGB Percentages of Color #206370

%13.17
%40.74
%46.09

CMYK Percentages of Color #206370

%71
%12
%0
%56

Triadic Colors of #206370

#206370 #702063 #637020

Analogous Colors of #206370

#206370 #203b70 #207055

Monochromatic Colors of #206370

#206370

Complementary Color

#206370 #702d20

#206370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#206370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#206370 Color CSS Codes

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

#206370 Text Font Color

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

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


#206370 Background Color

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

This div background color is #206370


#206370 Border Color

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

This div border color is #206370


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,99,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #206370; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #206370;
  -webkit-box-shadow: 1px 1px 3px 2px #206370;
  box-shadow:         1px 1px 3px 2px #206370; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #206370


Comments

No comments written yet.

Please login to write comment.