Color Hex Logo

#29cfdc Color Hex

#29CFDC
(41,207,220)
0 Favorites   0 Comments

Color spaces of #29cfdc

RGB 41207220
HSL0.510.720.51
HSV184°81°86°
CMYK 0.810.060.00   0.14
XYZ36.145550.264475.5071
Yxy50.26440.22320.3104
Hunter Lab70.8974-33.0661-13.5168
CIE-Lab76.2313-35.2984-18.0075

#29cfdc color RGB value is (41,207,220).

#29cfdc hex color red value is 41, green value is 207 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #29cfdc hue: 0.51 , saturation: 0.72 and the lightness value of 29cfdc is 0.51.

The process color (four color CMYK) of #29cfdc color hex is 0.81, 0.06, 0.00, 0.14. Web safe color of #29cfdc is #33cccc. Color #29cfdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 11001111 11011100
Octal 51 317 334
Decimal 41 207 220
Hex 29 CF DC

RGB Percentages of Color #29cfdc

%8.76
%44.23
%47.01

CMYK Percentages of Color #29cfdc

%81
%6
%0
%14

Triadic Colors of #29cfdc

#29cfdc #dc29cf #cfdc29

Analogous Colors of #29cfdc

#29cfdc #2976dc #29dc90

Monochromatic Colors of #29cfdc

#29cfdc

Complementary Color

#29cfdc #dc3629

#29cfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29cfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#29cfdc Color CSS Codes

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

#29cfdc Text Font Color

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

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


#29cfdc Background Color

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

This div background color is #29cfdc


#29cfdc Border Color

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

This div border color is #29cfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29cfdc


Comments

No comments written yet.

Please login to write comment.