Color Hex Logo

#2997ab Color Hex

#2997AB
(41,151,171)
0 Favorites   0 Comments

Color spaces of #2997ab

RGB 41151171
HSL0.530.610.42
HSV189°76°67°
CMYK 0.760.120.00   0.33
XYZ19.331725.544942.4398
Yxy25.54490.22140.2926
Hunter Lab50.5420-20.1743-14.4061
CIE-Lab57.6025-23.2072-19.1938

#2997ab color RGB value is (41,151,171).

#2997ab hex color red value is 41, green value is 151 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #2997ab hue: 0.53 , saturation: 0.61 and the lightness value of 2997ab is 0.42.

The process color (four color CMYK) of #2997ab color hex is 0.76, 0.12, 0.00, 0.33. Web safe color of #2997ab is #339999. Color #2997ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10010111 10101011
Octal 51 227 253
Decimal 41 151 171
Hex 29 97 AB

RGB Percentages of Color #2997ab

%11.29
%41.60
%47.11

CMYK Percentages of Color #2997ab

%76
%12
%0
%33

Triadic Colors of #2997ab

#2997ab #ab2997 #97ab29

Analogous Colors of #2997ab

#2997ab #2956ab #29ab7e

Monochromatic Colors of #2997ab

#2997ab

Complementary Color

#2997ab #ab3d29

#2997ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2997ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#2997ab Color CSS Codes

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

#2997ab Text Font Color

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

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


#2997ab Background Color

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

This div background color is #2997ab


#2997ab Border Color

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

This div border color is #2997ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2997ab


Comments

No comments written yet.

Please login to write comment.