Color Hex Logo

#29dded Color Hex

#29DDED
(41,221,237)
0 Favorites   0 Comments

Color spaces of #29dded

RGB 41221237
HSL0.510.840.55
HSV185°83°93°
CMYK 0.830.070.00   0.07
XYZ42.057058.298789.1569
Yxy58.29870.22190.3076
Hunter Lab76.3536-35.2976-15.7845
CIE-Lab80.9046-36.6819-20.0323

#29dded color RGB value is (41,221,237).

#29dded hex color red value is 41, green value is 221 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #29dded hue: 0.51 , saturation: 0.84 and the lightness value of 29dded is 0.55.

The process color (four color CMYK) of #29dded color hex is 0.83, 0.07, 0.00, 0.07. Web safe color of #29dded is #33ccff. Color #29dded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 11011101 11101101
Octal 51 335 355
Decimal 41 221 237
Hex 29 DD ED

RGB Percentages of Color #29dded

%8.22
%44.29
%47.49

CMYK Percentages of Color #29dded

%83
%7
%0
%7

Triadic Colors of #29dded

#29dded #ed29dd #dded29

Analogous Colors of #29dded

#29dded #297bed #29ed9b

Monochromatic Colors of #29dded

#29dded

Complementary Color

#29dded #ed3929

#29dded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29dded Color Preview on White Background

Lorem ipsum dolor sit amet.

#29dded Color CSS Codes

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

#29dded Text Font Color

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

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


#29dded Background Color

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

This div background color is #29dded


#29dded Border Color

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

This div border color is #29dded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29dded


Comments

No comments written yet.

Please login to write comment.