Color Hex Logo

#29deed Color Hex

#29DEED
(41,222,237)
0 Favorites   0 Comments

Color spaces of #29deed

RGB 41222237
HSL0.510.840.55
HSV185°83°93°
CMYK 0.830.060.00   0.07
XYZ42.321858.828489.2452
Yxy58.82840.22230.3090
Hunter Lab76.6997-35.7306-15.2981
CIE-Lab81.1972-37.1452-19.5895

#29deed color RGB value is (41,222,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11011110 11101101
Octal 51 336 355
Decimal 41 222 237
Hex 29 DE ED

RGB Percentages of Color #29deed

%8.20
%44.40
%47.40

CMYK Percentages of Color #29deed

%83
%6
%0
%7

Triadic Colors of #29deed

#29deed #ed29de #deed29

Analogous Colors of #29deed

#29deed #297ced #29ed9a

Monochromatic Colors of #29deed

#29deed

Complementary Color

#29deed #ed3829

#29deed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29deed Color Preview on White Background

Lorem ipsum dolor sit amet.

#29deed Color CSS Codes

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

#29deed Text Font Color

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

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


#29deed Background Color

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

This div background color is #29deed


#29deed Border Color

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

This div border color is #29deed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29deed


Comments

No comments written yet.

Please login to write comment.