Color Hex Logo

#35dc87 Color Hex

#35DC87
(53,220,135)
0 Favorites   0 Comments

Color spaces of #35dc87

RGB 53220135
HSL0.420.700.54
HSV149°76°86°
CMYK 0.760.000.39   0.14
XYZ31.434653.692631.6286
Yxy53.69260.26920.4599
Hunter Lab73.2752-51.656325.7007
CIE-Lab78.2821-60.613930.0999

#35dc87 color RGB value is (53,220,135).

#35dc87 hex color red value is 53, green value is 220 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #35dc87 hue: 0.42 , saturation: 0.70 and the lightness value of 35dc87 is 0.54.

The process color (four color CMYK) of #35dc87 color hex is 0.76, 0.00, 0.39, 0.14. Web safe color of #35dc87 is #33cc99. Color #35dc87 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 11011100 10000111
Octal 65 334 207
Decimal 53 220 135
Hex 35 DC 87

RGB Percentages of Color #35dc87

%12.99
%53.92
%33.09

CMYK Percentages of Color #35dc87

%76
%0
%39
%14

Triadic Colors of #35dc87

#35dc87 #8735dc #dc8735

Analogous Colors of #35dc87

#35dc87 #35dcdb #37dc35

Monochromatic Colors of #35dc87

#35dc87

Complementary Color

#35dc87 #dc358a

#35dc87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35dc87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#35dc87 Color CSS Codes

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

#35dc87 Text Font Color

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

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


#35dc87 Background Color

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

This div background color is #35dc87


#35dc87 Border Color

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

This div border color is #35dc87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35dc87


Comments

No comments written yet.

Please login to write comment.