Color Hex Logo

#2095ab Color Hex

#2095AB
(32,149,171)
0 Favorites   0 Comments

Color spaces of #2095ab

RGB 32149171
HSL0.530.680.40
HSV189°81°67°
CMYK 0.810.130.00   0.33
XYZ18.693824.742242.3185
Yxy24.74220.21800.2885
Hunter Lab49.7415-19.9640-15.6230
CIE-Lab56.8234-23.1193-20.3978

#2095ab color RGB value is (32,149,171).

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

The process color (four color CMYK) of #2095ab color hex is 0.81, 0.13, 0.00, 0.33. Web safe color of #2095ab is #339999. Color #2095ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10010101 10101011
Octal 40 225 253
Decimal 32 149 171
Hex 20 95 AB

RGB Percentages of Color #2095ab

%9.09
%42.33
%48.58

CMYK Percentages of Color #2095ab

%81
%13
%0
%33

Triadic Colors of #2095ab

#2095ab #ab2095 #95ab20

Analogous Colors of #2095ab

#2095ab #204fab #20ab7c

Monochromatic Colors of #2095ab

#2095ab

Complementary Color

#2095ab #ab3620

#2095ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2095ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#2095ab Color CSS Codes

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

#2095ab Text Font Color

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

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


#2095ab Background Color

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

This div background color is #2095ab


#2095ab Border Color

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

This div border color is #2095ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,149,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2095ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2095ab;
  -webkit-box-shadow: 1px 1px 3px 2px #2095ab;
  box-shadow:         1px 1px 3px 2px #2095ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2095ab


Comments

No comments written yet.

Please login to write comment.