Color Hex Logo

#29eeca Color Hex

#29EECA
(41,238,202)
0 Favorites   0 Comments

Color spaces of #29eeca

RGB 41238202
HSL0.470.850.55
HSV169°83°93°
CMYK 0.830.000.15   0.07
XYZ42.149765.884866.3726
Yxy65.88480.24170.3778
Hunter Lab81.1695-49.35508.3369
CIE-Lab84.9376-53.78604.4511

#29eeca color RGB value is (41,238,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11101110 11001010
Octal 51 356 312
Decimal 41 238 202
Hex 29 EE CA

RGB Percentages of Color #29eeca

%8.52
%49.48
%42.00

CMYK Percentages of Color #29eeca

%83
%0
%15
%7

Triadic Colors of #29eeca

#29eeca #ca29ee #eeca29

Analogous Colors of #29eeca

#29eeca #29b0ee #29ee68

Monochromatic Colors of #29eeca

#29eeca

Complementary Color

#29eeca #ee294d

#29eeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29eeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#29eeca Color CSS Codes

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

#29eeca Text Font Color

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

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


#29eeca Background Color

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

This div background color is #29eeca


#29eeca Border Color

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

This div border color is #29eeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29eeca


Comments

No comments written yet.

Please login to write comment.