Color Hex Logo

#29eeea Color Hex

#29EEEA
(41,238,234)
0 Favorites   0 Comments

Color spaces of #29eeea

RGB 41238234
HSL0.500.850.55
HSV179°83°93°
CMYK 0.830.000.02   0.07
XYZ46.340367.561088.4401
Yxy67.56100.22900.3339
Hunter Lab82.1955-43.2071-6.2576
CIE-Lab85.7865-45.2057-11.1124

#29eeea color RGB value is (41,238,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11101110 11101010
Octal 51 356 352
Decimal 41 238 234
Hex 29 EE EA

RGB Percentages of Color #29eeea

%7.99
%46.39
%45.61

CMYK Percentages of Color #29eeea

%83
%0
%2
%7

Triadic Colors of #29eeea

#29eeea #ea29ee #eeea29

Analogous Colors of #29eeea

#29eeea #2990ee #29ee88

Monochromatic Colors of #29eeea

#29eeea

Complementary Color

#29eeea #ee292d

#29eeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29eeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#29eeea Color CSS Codes

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

#29eeea Text Font Color

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

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


#29eeea Background Color

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

This div background color is #29eeea


#29eeea Border Color

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

This div border color is #29eeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29eeea


Comments

No comments written yet.

Please login to write comment.