Color Hex Logo

#29eccb Color Hex

#29ECCB
(41,236,203)
0 Favorites   0 Comments

Color spaces of #29eccb

RGB 41236203
HSL0.470.840.54
HSV170°83°93°
CMYK 0.830.000.14   0.07
XYZ41.689464.774166.8053
Yxy64.77410.24060.3738
Hunter Lab80.4824-48.38227.1233
CIE-Lab84.3672-52.72033.0998

#29eccb color RGB value is (41,236,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11101100 11001011
Octal 51 354 313
Decimal 41 236 203
Hex 29 EC CB

RGB Percentages of Color #29eccb

%8.54
%49.17
%42.29

CMYK Percentages of Color #29eccb

%83
%0
%14
%7

Triadic Colors of #29eccb

#29eccb #cb29ec #eccb29

Analogous Colors of #29eccb

#29eccb #29acec #29ec6a

Monochromatic Colors of #29eccb

#29eccb

Complementary Color

#29eccb #ec294a

#29eccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29eccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#29eccb Color CSS Codes

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

#29eccb Text Font Color

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

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


#29eccb Background Color

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

This div background color is #29eccb


#29eccb Border Color

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

This div border color is #29eccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29eccb


Comments

No comments written yet.

Please login to write comment.