Color Hex Logo

#2090ad Color Hex

#2090AD
(32,144,173)
0 Favorites   0 Comments

Color spaces of #2090ad

RGB 32144173
HSL0.530.690.40
HSV192°82°68°
CMYK 0.820.170.00   0.32
XYZ18.111723.270743.0723
Yxy23.27070.21450.2755
Hunter Lab48.2397-17.4013-19.1711
CIE-Lab55.3501-19.8189-23.7995

#2090ad color RGB value is (32,144,173).

#2090ad hex color red value is 32, green value is 144 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #2090ad hue: 0.53 , saturation: 0.69 and the lightness value of 2090ad is 0.40.

The process color (four color CMYK) of #2090ad color hex is 0.82, 0.17, 0.00, 0.32. Web safe color of #2090ad is #339999. Color #2090ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10010000 10101101
Octal 40 220 255
Decimal 32 144 173
Hex 20 90 AD

RGB Percentages of Color #2090ad

%9.17
%41.26
%49.57

CMYK Percentages of Color #2090ad

%82
%17
%0
%32

Triadic Colors of #2090ad

#2090ad #ad2090 #90ad20

Analogous Colors of #2090ad

#2090ad #2049ad #20ad84

Monochromatic Colors of #2090ad

#2090ad

Complementary Color

#2090ad #ad3d20

#2090ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2090ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2090ad Color CSS Codes

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

#2090ad Text Font Color

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

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


#2090ad Background Color

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

This div background color is #2090ad


#2090ad Border Color

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

This div border color is #2090ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,144,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2090ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2090ad;
  -webkit-box-shadow: 1px 1px 3px 2px #2090ad;
  box-shadow:         1px 1px 3px 2px #2090ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2090ad


Comments

No comments written yet.

Please login to write comment.