Color Hex Logo

#29acbf Color Hex

#29ACBF
(41,172,191)
0 Favorites   0 Comments

Color spaces of #29acbf

RGB 41172191
HSL0.520.650.45
HSV188°79°75°
CMYK 0.790.100.00   0.25
XYZ25.070933.738154.4809
Yxy33.73810.22130.2978
Hunter Lab58.0845-24.6023-14.9524
CIE-Lab64.7542-27.4165-19.5471

#29acbf color RGB value is (41,172,191).

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

The process color (four color CMYK) of #29acbf color hex is 0.79, 0.10, 0.00, 0.25. Web safe color of #29acbf is #3399cc. Color #29acbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101100 10111111
Octal 51 254 277
Decimal 41 172 191
Hex 29 AC BF

RGB Percentages of Color #29acbf

%10.15
%42.57
%47.28

CMYK Percentages of Color #29acbf

%79
%10
%0
%25

Triadic Colors of #29acbf

#29acbf #bf29ac #acbf29

Analogous Colors of #29acbf

#29acbf #2961bf #29bf87

Monochromatic Colors of #29acbf

#29acbf

Complementary Color

#29acbf #bf3c29

#29acbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29acbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#29acbf Color CSS Codes

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

#29acbf Text Font Color

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

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


#29acbf Background Color

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

This div background color is #29acbf


#29acbf Border Color

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

This div border color is #29acbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29acbf


Comments

No comments written yet.

Please login to write comment.