Color Hex Logo

#35ecaa Color Hex

#35ECAA
(53,236,170)
0 Favorites   0 Comments

Color spaces of #35ecaa

RGB 53236170
HSL0.440.830.57
HSV158°78°93°
CMYK 0.780.000.28   0.07
XYZ38.719363.650148.2752
Yxy63.65010.25700.4225
Hunter Lab79.7810-52.987219.9705
CIE-Lab83.7833-59.448219.5349

#35ecaa color RGB value is (53,236,170).

#35ecaa hex color red value is 53, green value is 236 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #35ecaa hue: 0.44 , saturation: 0.83 and the lightness value of 35ecaa is 0.57.

The process color (four color CMYK) of #35ecaa color hex is 0.78, 0.00, 0.28, 0.07. Web safe color of #35ecaa is #33ff99. Color #35ecaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 11101100 10101010
Octal 65 354 252
Decimal 53 236 170
Hex 35 EC AA

RGB Percentages of Color #35ecaa

%11.55
%51.42
%37.04

CMYK Percentages of Color #35ecaa

%78
%0
%28
%7

Triadic Colors of #35ecaa

#35ecaa #aa35ec #ecaa35

Analogous Colors of #35ecaa

#35ecaa #35d3ec #35ec4e

Monochromatic Colors of #35ecaa

#35ecaa

Complementary Color

#35ecaa #ec3577

#35ecaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35ecaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#35ecaa Color CSS Codes

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

#35ecaa Text Font Color

<p style="color:#35ecaa">Text here</p>

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


#35ecaa Background Color

<div style="background-color:#35ecaa">
Div content here</div>

This div background color is #35ecaa


#35ecaa Border Color

<div style="border:3px solid #35ecaa">
Div here</div>

This div border color is #35ecaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,236,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35ecaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35ecaa;
  -webkit-box-shadow: 1px 1px 3px 2px #35ecaa;
  box-shadow:         1px 1px 3px 2px #35ecaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35ecaa


Comments

No comments written yet.

Please login to write comment.