Color Hex Logo

#29bcae Color Hex

#29BCAE
(41,188,174)
0 Favorites   0 Comments

Color spaces of #29bcae

RGB 41188174
HSL0.480.640.45
HSV174°78°74°
CMYK 0.780.000.07   0.26
XYZ26.537739.493846.2688
Yxy39.49380.23630.3517
Hunter Lab62.8441-34.60050.3388
CIE-Lab69.1075-40.0453-3.6254

#29bcae color RGB value is (41,188,174).

#29bcae hex color red value is 41, green value is 188 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #29bcae hue: 0.48 , saturation: 0.64 and the lightness value of 29bcae is 0.45.

The process color (four color CMYK) of #29bcae color hex is 0.78, 0.00, 0.07, 0.26. Web safe color of #29bcae is #33cc99. Color #29bcae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10111100 10101110
Octal 51 274 256
Decimal 41 188 174
Hex 29 BC AE

RGB Percentages of Color #29bcae

%10.17
%46.65
%43.18

CMYK Percentages of Color #29bcae

%78
%0
%7
%26

Triadic Colors of #29bcae

#29bcae #ae29bc #bcae29

Analogous Colors of #29bcae

#29bcae #2981bc #29bc65

Monochromatic Colors of #29bcae

#29bcae

Complementary Color

#29bcae #bc2937

#29bcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29bcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#29bcae Color CSS Codes

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

#29bcae Text Font Color

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

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


#29bcae Background Color

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

This div background color is #29bcae


#29bcae Border Color

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

This div border color is #29bcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29bcae


Comments

No comments written yet.

Please login to write comment.