Color Hex Logo

#29ddff Color Hex

#29DDFF
(41,221,255)
0 Favorites   0 Comments

Color spaces of #29ddff

RGB 41221255
HSL0.531.000.58
HSV190°84°100°
CMYK 0.840.130.00   0.00
XYZ44.820959.4043103.7116
Yxy59.40430.21560.2857
Hunter Lab77.0742-31.0768-25.8291
CIE-Lab81.5133-31.1359-28.6558

#29ddff color RGB value is (41,221,255).

#29ddff hex color red value is 41, green value is 221 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #29ddff hue: 0.53 , saturation: 1.00 and the lightness value of 29ddff is 0.58.

The process color (four color CMYK) of #29ddff color hex is 0.84, 0.13, 0.00, 0.00. Web safe color of #29ddff is #33ccff. Color #29ddff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 11011101 11111111
Octal 51 335 377
Decimal 41 221 255
Hex 29 DD FF

RGB Percentages of Color #29ddff

%7.93
%42.75
%49.32

CMYK Percentages of Color #29ddff

%84
%13
%0
%0

Triadic Colors of #29ddff

#29ddff #ff29dd #ddff29

Analogous Colors of #29ddff

#29ddff #2972ff #29ffb6

Monochromatic Colors of #29ddff

#29ddff

Complementary Color

#29ddff #ff4b29

#29ddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29ddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#29ddff Color CSS Codes

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

#29ddff Text Font Color

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

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


#29ddff Background Color

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

This div background color is #29ddff


#29ddff Border Color

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

This div border color is #29ddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29ddff

Related Colors


Comments

No comments written yet.

Please login to write comment.