Color Hex Logo

#29a2ba Color Hex

#29A2BA
(41,162,186)
0 Favorites   0 Comments

Color spaces of #29a2ba

RGB 41162186
HSL0.530.640.45
HSV190°78°73°
CMYK 0.780.130.00   0.27
XYZ22.697729.857251.0211
Yxy29.85720.21910.2883
Hunter Lab54.6417-21.4757-17.1121
CIE-Lab61.5308-23.9779-21.6697

#29a2ba color RGB value is (41,162,186).

#29a2ba hex color red value is 41, green value is 162 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #29a2ba hue: 0.53 , saturation: 0.64 and the lightness value of 29a2ba is 0.45.

The process color (four color CMYK) of #29a2ba color hex is 0.78, 0.13, 0.00, 0.27. Web safe color of #29a2ba is #3399cc. Color #29a2ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10100010 10111010
Octal 51 242 272
Decimal 41 162 186
Hex 29 A2 BA

RGB Percentages of Color #29a2ba

%10.54
%41.65
%47.81

CMYK Percentages of Color #29a2ba

%78
%13
%0
%27

Triadic Colors of #29a2ba

#29a2ba #ba29a2 #a2ba29

Analogous Colors of #29a2ba

#29a2ba #295aba #29ba8a

Monochromatic Colors of #29a2ba

#29a2ba

Complementary Color

#29a2ba #ba4129

#29a2ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29a2ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#29a2ba Color CSS Codes

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

#29a2ba Text Font Color

<p style="color:#29a2ba">Text here</p>

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


#29a2ba Background Color

<div style="background-color:#29a2ba">
Div content here</div>

This div background color is #29a2ba


#29a2ba Border Color

<div style="border:3px solid #29a2ba">
Div here</div>

This div border color is #29a2ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,162,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29a2ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29a2ba;
  -webkit-box-shadow: 1px 1px 3px 2px #29a2ba;
  box-shadow:         1px 1px 3px 2px #29a2ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29a2ba


Comments

No comments written yet.

Please login to write comment.