Color Hex Logo

#29deee Color Hex

#29DEEE
(41,222,238)
0 Favorites   0 Comments

Color spaces of #29deee

RGB 41222238
HSL0.510.850.55
HSV185°83°93°
CMYK 0.830.070.00   0.07
XYZ42.468358.887090.0169
Yxy58.88700.22190.3077
Hunter Lab76.7379-35.5057-15.8333
CIE-Lab81.2294-36.8442-20.0718

#29deee color RGB value is (41,222,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11011110 11101110
Octal 51 336 356
Decimal 41 222 238
Hex 29 DE EE

RGB Percentages of Color #29deee

%8.18
%44.31
%47.50

CMYK Percentages of Color #29deee

%83
%7
%0
%7

Triadic Colors of #29deee

#29deee #ee29de #deee29

Analogous Colors of #29deee

#29deee #297cee #29ee9c

Monochromatic Colors of #29deee

#29deee

Complementary Color

#29deee #ee3929

#29deee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29deee Color Preview on White Background

Lorem ipsum dolor sit amet.

#29deee Color CSS Codes

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

#29deee Text Font Color

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

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


#29deee Background Color

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

This div background color is #29deee


#29deee Border Color

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

This div border color is #29deee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29deee


Comments

No comments written yet.

Please login to write comment.