Color Hex Logo

#2990a1 Color Hex

#2990A1
(41,144,161)
0 Favorites   0 Comments

Color spaces of #2990a1

RGB 41144161
HSL0.520.590.40
HSV189°75°63°
CMYK 0.750.110.00   0.37
XYZ17.320722.991137.2430
Yxy22.99110.22330.2964
Hunter Lab47.9490-19.4310-12.4874
CIE-Lab55.0632-22.8333-17.3474

#2990a1 color RGB value is (41,144,161).

#2990a1 hex color red value is 41, green value is 144 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #2990a1 hue: 0.52 , saturation: 0.59 and the lightness value of 2990a1 is 0.40.

The process color (four color CMYK) of #2990a1 color hex is 0.75, 0.11, 0.00, 0.37. Web safe color of #2990a1 is #339999. Color #2990a1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10010000 10100001
Octal 51 220 241
Decimal 41 144 161
Hex 29 90 A1

RGB Percentages of Color #2990a1

%11.85
%41.62
%46.53

CMYK Percentages of Color #2990a1

%75
%11
%0
%37

Triadic Colors of #2990a1

#2990a1 #a12990 #90a129

Analogous Colors of #2990a1

#2990a1 #2954a1 #29a176

Monochromatic Colors of #2990a1

#2990a1

Complementary Color

#2990a1 #a13a29

#2990a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2990a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2990a1 Color CSS Codes

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

#2990a1 Text Font Color

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

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


#2990a1 Background Color

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

This div background color is #2990a1


#2990a1 Border Color

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

This div border color is #2990a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2990a1


Comments

No comments written yet.

Please login to write comment.