Color Hex Logo

#29dadc Color Hex

#29DADC
(41,218,220)
0 Favorites   0 Comments

Color spaces of #29dadc

RGB 41218220
HSL0.500.720.51
HSV181°81°86°
CMYK 0.810.010.00   0.14
XYZ38.904155.781576.4266
Yxy55.78150.22740.3260
Hunter Lab74.6870-37.7225-8.3901
CIE-Lab79.4893-40.3511-13.1059

#29dadc color RGB value is (41,218,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11011010 11011100
Octal 51 332 334
Decimal 41 218 220
Hex 29 DA DC

RGB Percentages of Color #29dadc

%8.56
%45.51
%45.93

CMYK Percentages of Color #29dadc

%81
%1
%0
%14

Triadic Colors of #29dadc

#29dadc #dc29da #dadc29

Analogous Colors of #29dadc

#29dadc #2981dc #29dc85

Monochromatic Colors of #29dadc

#29dadc

Complementary Color

#29dadc #dc2b29

#29dadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29dadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#29dadc Color CSS Codes

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

#29dadc Text Font Color

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

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


#29dadc Background Color

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

This div background color is #29dadc


#29dadc Border Color

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

This div border color is #29dadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29dadc


Comments

No comments written yet.

Please login to write comment.