Color Hex Logo

#35ab5e Color Hex

#35AB5E
(53,171,94)
0 Favorites   0 Comments

Color spaces of #35ab5e

RGB 5317194
HSL0.390.530.44
HSV141°69°67°
CMYK 0.690.000.45   0.33
XYZ18.051530.690915.5622
Yxy30.69090.28070.4773
Hunter Lab55.3994-38.785922.1244
CIE-Lab62.2458-49.861130.3382

#35ab5e color RGB value is (53,171,94).

#35ab5e hex color red value is 53, green value is 171 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #35ab5e hue: 0.39 , saturation: 0.53 and the lightness value of 35ab5e is 0.44.

The process color (four color CMYK) of #35ab5e color hex is 0.69, 0.00, 0.45, 0.33. Web safe color of #35ab5e is #339966. Color #35ab5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10101011 01011110
Octal 65 253 136
Decimal 53 171 94
Hex 35 AB 5E

RGB Percentages of Color #35ab5e

%16.67
%53.77
%29.56

CMYK Percentages of Color #35ab5e

%69
%0
%45
%33

Triadic Colors of #35ab5e

#35ab5e #5e35ab #ab5e35

Analogous Colors of #35ab5e

#35ab5e #35ab99 #47ab35

Monochromatic Colors of #35ab5e

#35ab5e

Complementary Color

#35ab5e #ab3582

#35ab5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35ab5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#35ab5e Color CSS Codes

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

#35ab5e Text Font Color

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

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


#35ab5e Background Color

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

This div background color is #35ab5e


#35ab5e Border Color

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

This div border color is #35ab5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35ab5e


Comments

No comments written yet.

Please login to write comment.