Color Hex Logo

#35eeaa Color Hex

#35EEAA
(53,238,170)
0 Favorites   0 Comments

Color spaces of #35eeaa

RGB 53238170
HSL0.440.840.57
HSV158°78°93°
CMYK 0.780.000.29   0.07
XYZ39.298464.808248.4682
Yxy64.80820.25760.4248
Hunter Lab80.5035-53.745120.6562
CIE-Lab84.3848-60.202420.3691

#35eeaa color RGB value is (53,238,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11101110 10101010
Octal 65 356 252
Decimal 53 238 170
Hex 35 EE AA

RGB Percentages of Color #35eeaa

%11.50
%51.63
%36.88

CMYK Percentages of Color #35eeaa

%78
%0
%29
%7

Triadic Colors of #35eeaa

#35eeaa #aa35ee #eeaa35

Analogous Colors of #35eeaa

#35eeaa #35d6ee #35ee4e

Monochromatic Colors of #35eeaa

#35eeaa

Complementary Color

#35eeaa #ee3579

#35eeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35eeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#35eeaa Color CSS Codes

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

#35eeaa Text Font Color

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

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


#35eeaa Background Color

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

This div background color is #35eeaa


#35eeaa Border Color

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

This div border color is #35eeaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,238,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 #35eeaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35eeaa


Comments

No comments written yet.

Please login to write comment.