Color Hex Logo

#29acba Color Hex

#29ACBA
(41,172,186)
0 Favorites   0 Comments

Color spaces of #29acba

RGB 41172186
HSL0.520.640.45
HSV186°78°73°
CMYK 0.780.080.00   0.27
XYZ24.529933.521651.6318
Yxy33.52160.22360.3056
Hunter Lab57.8978-25.6951-12.3448
CIE-Lab64.5810-28.9936-17.0281

#29acba color RGB value is (41,172,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101100 10111010
Octal 51 254 272
Decimal 41 172 186
Hex 29 AC BA

RGB Percentages of Color #29acba

%10.28
%43.11
%46.62

CMYK Percentages of Color #29acba

%78
%8
%0
%27

Triadic Colors of #29acba

#29acba #ba29ac #acba29

Analogous Colors of #29acba

#29acba #2964ba #29ba80

Monochromatic Colors of #29acba

#29acba

Complementary Color

#29acba #ba3729

#29acba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29acba Color Preview on White Background

Lorem ipsum dolor sit amet.

#29acba Color CSS Codes

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

#29acba Text Font Color

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

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


#29acba Background Color

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

This div background color is #29acba


#29acba Border Color

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

This div border color is #29acba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29acba


Comments

No comments written yet.

Please login to write comment.