Color Hex Logo

#29a8be Color Hex

#29A8BE
(41,168,190)
0 Favorites   0 Comments

Color spaces of #29a8be

RGB 41168190
HSL0.520.650.45
HSV189°78°75°
CMYK 0.780.120.00   0.25
XYZ24.211332.194453.6533
Yxy32.19440.22000.2925
Hunter Lab56.7401-23.1283-16.3464
CIE-Lab63.5032-25.7321-20.8958

#29a8be color RGB value is (41,168,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101000 10111110
Octal 51 250 276
Decimal 41 168 190
Hex 29 A8 BE

RGB Percentages of Color #29a8be

%10.28
%42.11
%47.62

CMYK Percentages of Color #29a8be

%78
%12
%0
%25

Triadic Colors of #29a8be

#29a8be #be29a8 #a8be29

Analogous Colors of #29a8be

#29a8be #295dbe #29be8a

Monochromatic Colors of #29a8be

#29a8be

Complementary Color

#29a8be #be3f29

#29a8be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29a8be Color Preview on White Background

Lorem ipsum dolor sit amet.

#29a8be Color CSS Codes

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

#29a8be Text Font Color

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

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


#29a8be Background Color

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

This div background color is #29a8be


#29a8be Border Color

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

This div border color is #29a8be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29a8be


Comments

No comments written yet.

Please login to write comment.