Color Hex Logo

#29dcea Color Hex

#29DCEA
(41,220,234)
0 Favorites   0 Comments

Color spaces of #29dcea

RGB 41220234
HSL0.510.820.54
HSV184°82°92°
CMYK 0.820.060.00   0.08
XYZ41.358957.598386.7796
Yxy57.59830.22270.3101
Hunter Lab75.8935-35.5384-14.6690
CIE-Lab80.5149-37.1223-19.0260

#29dcea color RGB value is (41,220,234).

#29dcea hex color red value is 41, green value is 220 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #29dcea hue: 0.51 , saturation: 0.82 and the lightness value of 29dcea is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11011100 11101010
Octal 51 334 352
Decimal 41 220 234
Hex 29 DC EA

RGB Percentages of Color #29dcea

%8.28
%44.44
%47.27

CMYK Percentages of Color #29dcea

%82
%6
%0
%8

Triadic Colors of #29dcea

#29dcea #ea29dc #dcea29

Analogous Colors of #29dcea

#29dcea #297cea #29ea98

Monochromatic Colors of #29dcea

#29dcea

Complementary Color

#29dcea #ea3729

#29dcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29dcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#29dcea Color CSS Codes

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

#29dcea Text Font Color

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

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


#29dcea Background Color

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

This div background color is #29dcea


#29dcea Border Color

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

This div border color is #29dcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29dcea


Comments

No comments written yet.

Please login to write comment.