Color Hex Logo

#20949f Color Hex

#20949F
(32,148,159)
0 Favorites   0 Comments

Color spaces of #20949f

RGB 32148159
HSL0.510.660.37
HSV185°80°62°
CMYK 0.800.070.00   0.38
XYZ17.443623.990136.5121
Yxy23.99010.22380.3078
Hunter Lab48.9797-22.1436-9.9122
CIE-Lab56.0779-26.5382-14.6768

#20949f color RGB value is (32,148,159).

#20949f hex color red value is 32, green value is 148 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #20949f hue: 0.51 , saturation: 0.66 and the lightness value of 20949f is 0.37.

The process color (four color CMYK) of #20949f color hex is 0.80, 0.07, 0.00, 0.38. Web safe color of #20949f is #339999. Color #20949f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10010100 10011111
Octal 40 224 237
Decimal 32 148 159
Hex 20 94 9F

RGB Percentages of Color #20949f

%9.44
%43.66
%46.90

CMYK Percentages of Color #20949f

%80
%7
%0
%38

Triadic Colors of #20949f

#20949f #9f2094 #949f20

Analogous Colors of #20949f

#20949f #20559f #209f6b

Monochromatic Colors of #20949f

#20949f

Complementary Color

#20949f #9f2b20

#20949f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20949f Color Preview on White Background

Lorem ipsum dolor sit amet.

#20949f Color CSS Codes

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

#20949f Text Font Color

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

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


#20949f Background Color

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

This div background color is #20949f


#20949f Border Color

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

This div border color is #20949f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,148,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #20949f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #20949f;
  -webkit-box-shadow: 1px 1px 3px 2px #20949f;
  box-shadow:         1px 1px 3px 2px #20949f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20949f


Comments

No comments written yet.

Please login to write comment.