Color Hex Logo

#2991ad Color Hex

#2991AD
(41,145,173)
0 Favorites   0 Comments

Color spaces of #2991ad

RGB 41145173
HSL0.540.620.42
HSV193°76°68°
CMYK 0.760.160.00   0.32
XYZ18.582723.739343.1379
Yxy23.73930.21740.2778
Hunter Lab48.7230-17.1863-18.3875
CIE-Lab55.8258-19.3967-23.0537

#2991ad color RGB value is (41,145,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10010001 10101101
Octal 51 221 255
Decimal 41 145 173
Hex 29 91 AD

RGB Percentages of Color #2991ad

%11.42
%40.39
%48.19

CMYK Percentages of Color #2991ad

%76
%16
%0
%32

Triadic Colors of #2991ad

#2991ad #ad2991 #91ad29

Analogous Colors of #2991ad

#2991ad #294fad #29ad87

Monochromatic Colors of #2991ad

#2991ad

Complementary Color

#2991ad #ad4529

#2991ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2991ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2991ad Color CSS Codes

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

#2991ad Text Font Color

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

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


#2991ad Background Color

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

This div background color is #2991ad


#2991ad Border Color

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

This div border color is #2991ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2991ad


Comments

No comments written yet.

Please login to write comment.