Color Hex Logo

#29ecbe Color Hex

#29ECBE
(41,236,190)
0 Favorites   0 Comments

Color spaces of #29ecbe

RGB 41236190
HSL0.460.840.54
HSV166°83°93°
CMYK 0.830.000.19   0.07
XYZ40.204264.180058.9842
Yxy64.18000.24610.3929
Hunter Lab80.1124-50.617012.4254
CIE-Lab84.0594-55.95969.4783

#29ecbe color RGB value is (41,236,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11101100 10111110
Octal 51 354 276
Decimal 41 236 190
Hex 29 EC BE

RGB Percentages of Color #29ecbe

%8.78
%50.54
%40.69

CMYK Percentages of Color #29ecbe

%83
%0
%19
%7

Triadic Colors of #29ecbe

#29ecbe #be29ec #ecbe29

Analogous Colors of #29ecbe

#29ecbe #29b9ec #29ec5d

Monochromatic Colors of #29ecbe

#29ecbe

Complementary Color

#29ecbe #ec2957

#29ecbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29ecbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#29ecbe Color CSS Codes

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

#29ecbe Text Font Color

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

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


#29ecbe Background Color

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

This div background color is #29ecbe


#29ecbe Border Color

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

This div border color is #29ecbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29ecbe


Comments

No comments written yet.

Please login to write comment.