Color Hex Logo

#29adbf Color Hex

#29ADBF
(41,173,191)
0 Favorites   0 Comments

Color spaces of #29adbf

RGB 41173191
HSL0.520.650.45
HSV187°79°75°
CMYK 0.790.090.00   0.25
XYZ25.262034.120154.5446
Yxy34.12010.22170.2995
Hunter Lab58.4124-25.0247-14.4754
CIE-Lab65.0578-27.9126-19.0854

#29adbf color RGB value is (41,173,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101101 10111111
Octal 51 255 277
Decimal 41 173 191
Hex 29 AD BF

RGB Percentages of Color #29adbf

%10.12
%42.72
%47.16

CMYK Percentages of Color #29adbf

%79
%9
%0
%25

Triadic Colors of #29adbf

#29adbf #bf29ad #adbf29

Analogous Colors of #29adbf

#29adbf #2962bf #29bf86

Monochromatic Colors of #29adbf

#29adbf

Complementary Color

#29adbf #bf3b29

#29adbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29adbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#29adbf Color CSS Codes

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

#29adbf Text Font Color

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

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


#29adbf Background Color

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

This div background color is #29adbf


#29adbf Border Color

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

This div border color is #29adbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29adbf


Comments

No comments written yet.

Please login to write comment.