Color Hex Logo

#29cacd Color Hex

#29CACD
(41,202,205)
0 Favorites   0 Comments

Color spaces of #29cacd

RGB 41202205
HSL0.500.670.48
HSV181°80°80°
CMYK 0.800.010.00   0.20
XYZ33.054447.120365.1106
Yxy47.12030.22750.3243
Hunter Lab68.6442-34.1739-8.1869
CIE-Lab74.2667-37.4658-12.8655

#29cacd color RGB value is (41,202,205).

#29cacd hex color red value is 41, green value is 202 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #29cacd hue: 0.50 , saturation: 0.67 and the lightness value of 29cacd is 0.48.

The process color (four color CMYK) of #29cacd color hex is 0.80, 0.01, 0.00, 0.20. Web safe color of #29cacd is #33cccc. Color #29cacd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 11001010 11001101
Octal 51 312 315
Decimal 41 202 205
Hex 29 CA CD

RGB Percentages of Color #29cacd

%9.15
%45.09
%45.76

CMYK Percentages of Color #29cacd

%80
%1
%0
%20

Triadic Colors of #29cacd

#29cacd #cd29ca #cacd29

Analogous Colors of #29cacd

#29cacd #2978cd #29cd7e

Monochromatic Colors of #29cacd

#29cacd

Complementary Color

#29cacd #cd2c29

#29cacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29cacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#29cacd Color CSS Codes

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

#29cacd Text Font Color

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

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


#29cacd Background Color

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

This div background color is #29cacd


#29cacd Border Color

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

This div border color is #29cacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29cacd


Comments

No comments written yet.

Please login to write comment.