Color Hex Logo

#29abbf Color Hex

#29ABBF
(41,171,191)
0 Favorites   0 Comments

Color spaces of #29abbf

RGB 41171191
HSL0.520.650.45
HSV188°79°75°
CMYK 0.790.100.00   0.25
XYZ24.881333.358854.4177
Yxy33.35880.22090.2961
Hunter Lab57.7571-24.1785-15.4320
CIE-Lab64.4504-26.9175-20.0094

#29abbf color RGB value is (41,171,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101011 10111111
Octal 51 253 277
Decimal 41 171 191
Hex 29 AB BF

RGB Percentages of Color #29abbf

%10.17
%42.43
%47.39

CMYK Percentages of Color #29abbf

%79
%10
%0
%25

Triadic Colors of #29abbf

#29abbf #bf29ab #abbf29

Analogous Colors of #29abbf

#29abbf #2960bf #29bf88

Monochromatic Colors of #29abbf

#29abbf

Complementary Color

#29abbf #bf3d29

#29abbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29abbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#29abbf Color CSS Codes

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

#29abbf Text Font Color

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

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


#29abbf Background Color

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

This div background color is #29abbf


#29abbf Border Color

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

This div border color is #29abbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29abbf


Comments

No comments written yet.

Please login to write comment.