Color Hex Logo

#29eebe Color Hex

#29EEBE
(41,238,190)
0 Favorites   0 Comments

Color spaces of #29eebe

RGB 41238190
HSL0.460.850.55
HSV165°83°93°
CMYK 0.830.000.20   0.07
XYZ40.783365.338259.1772
Yxy65.33820.24670.3953
Hunter Lab80.8320-51.395013.1762
CIE-Lab84.6577-56.745010.3323

#29eebe color RGB value is (41,238,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11101110 10111110
Octal 51 356 276
Decimal 41 238 190
Hex 29 EE BE

RGB Percentages of Color #29eebe

%8.74
%50.75
%40.51

CMYK Percentages of Color #29eebe

%83
%0
%20
%7

Triadic Colors of #29eebe

#29eebe #be29ee #eebe29

Analogous Colors of #29eebe

#29eebe #29bcee #29ee5c

Monochromatic Colors of #29eebe

#29eebe

Complementary Color

#29eebe #ee2959

#29eebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29eebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#29eebe Color CSS Codes

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

#29eebe Text Font Color

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

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


#29eebe Background Color

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

This div background color is #29eebe


#29eebe Border Color

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

This div border color is #29eebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29eebe


Comments

No comments written yet.

Please login to write comment.