Color Hex Logo

#29ddee Color Hex

#29DDEE
(41,221,238)
0 Favorites   0 Comments

Color spaces of #29ddee

RGB 41221238
HSL0.510.850.55
HSV185°83°93°
CMYK 0.830.070.00   0.07
XYZ42.203558.357489.9287
Yxy58.35740.22160.3064
Hunter Lab76.3920-35.0720-16.3218
CIE-Lab80.9371-36.3802-20.5146

#29ddee color RGB value is (41,221,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11011101 11101110
Octal 51 335 356
Decimal 41 221 238
Hex 29 DD EE

RGB Percentages of Color #29ddee

%8.20
%44.20
%47.60

CMYK Percentages of Color #29ddee

%83
%7
%0
%7

Triadic Colors of #29ddee

#29ddee #ee29dd #ddee29

Analogous Colors of #29ddee

#29ddee #297bee #29ee9d

Monochromatic Colors of #29ddee

#29ddee

Complementary Color

#29ddee #ee3a29

#29ddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29ddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#29ddee Color CSS Codes

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

#29ddee Text Font Color

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

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


#29ddee Background Color

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

This div background color is #29ddee


#29ddee Border Color

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

This div border color is #29ddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29ddee


Comments

No comments written yet.

Please login to write comment.