Color Hex Logo

#2990ad Color Hex

#2990AD
(41,144,173)
0 Favorites   0 Comments

Color spaces of #2990ad

RGB 41144173
HSL0.540.620.42
HSV193°76°68°
CMYK 0.760.170.00   0.32
XYZ18.430523.435143.0872
Yxy23.43510.21690.2759
Hunter Lab48.4098-16.7590-18.8843
CIE-Lab55.5177-18.8631-23.5274

#2990ad color RGB value is (41,144,173).

#2990ad hex color red value is 41, green value is 144 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #2990ad hue: 0.54 , saturation: 0.62 and the lightness value of 2990ad is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10010000 10101101
Octal 51 220 255
Decimal 41 144 173
Hex 29 90 AD

RGB Percentages of Color #2990ad

%11.45
%40.22
%48.32

CMYK Percentages of Color #2990ad

%76
%17
%0
%32

Triadic Colors of #2990ad

#2990ad #ad2990 #90ad29

Analogous Colors of #2990ad

#2990ad #294ead #29ad88

Monochromatic Colors of #2990ad

#2990ad

Complementary Color

#2990ad #ad4629

#2990ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2990ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2990ad Color CSS Codes

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

#2990ad Text Font Color

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

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


#2990ad Background Color

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

This div background color is #2990ad


#2990ad Border Color

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

This div border color is #2990ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,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 #2990ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2990ad


Comments

No comments written yet.

Please login to write comment.