Color Hex Logo

#29acb2 Color Hex

#29ACB2
(41,172,178)
0 Favorites   0 Comments

Color spaces of #29acb2

RGB 41172178
HSL0.510.630.43
HSV183°77°70°
CMYK 0.770.030.00   0.30
XYZ23.702933.190847.2767
Yxy33.19080.22750.3186
Hunter Lab57.6115-27.3804-8.3261
CIE-Lab64.3151-31.4658-12.9721

#29acb2 color RGB value is (41,172,178).

#29acb2 hex color red value is 41, green value is 172 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #29acb2 hue: 0.51 , saturation: 0.63 and the lightness value of 29acb2 is 0.43.

The process color (four color CMYK) of #29acb2 color hex is 0.77, 0.03, 0.00, 0.30. Web safe color of #29acb2 is #339999. Color #29acb2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101100 10110010
Octal 51 254 262
Decimal 41 172 178
Hex 29 AC B2

RGB Percentages of Color #29acb2

%10.49
%43.99
%45.52

CMYK Percentages of Color #29acb2

%77
%3
%0
%30

Triadic Colors of #29acb2

#29acb2 #b229ac #acb229

Analogous Colors of #29acb2

#29acb2 #2968b2 #29b274

Monochromatic Colors of #29acb2

#29acb2

Complementary Color

#29acb2 #b22f29

#29acb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29acb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#29acb2 Color CSS Codes

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

#29acb2 Text Font Color

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

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


#29acb2 Background Color

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

This div background color is #29acb2


#29acb2 Border Color

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

This div border color is #29acb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29acb2


Comments

No comments written yet.

Please login to write comment.