Color Hex Logo

#29edea Color Hex

#29EDEA
(41,237,234)
0 Favorites   0 Comments

Color spaces of #29edea

RGB 41237234
HSL0.500.840.55
HSV179°83°93°
CMYK 0.830.000.01   0.07
XYZ46.049966.980388.3433
Yxy66.98030.22870.3326
Hunter Lab81.8415-42.7857-6.7112
CIE-Lab85.4940-44.7688-11.5486

#29edea color RGB value is (41,237,234).

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

The process color (four color CMYK) of #29edea color hex is 0.83, 0.00, 0.01, 0.07. Web safe color of #29edea is #33ffff. Color #29edea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 11101101 11101010
Octal 51 355 352
Decimal 41 237 234
Hex 29 ED EA

RGB Percentages of Color #29edea

%8.01
%46.29
%45.70

CMYK Percentages of Color #29edea

%83
%0
%1
%7

Triadic Colors of #29edea

#29edea #ea29ed #edea29

Analogous Colors of #29edea

#29edea #298eed #29ed88

Monochromatic Colors of #29edea

#29edea

Complementary Color

#29edea #ed292c

#29edea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29edea Color Preview on White Background

Lorem ipsum dolor sit amet.

#29edea Color CSS Codes

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

#29edea Text Font Color

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

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


#29edea Background Color

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

This div background color is #29edea


#29edea Border Color

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

This div border color is #29edea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29edea


Comments

No comments written yet.

Please login to write comment.