Color Hex Logo

#35e384 Color Hex

#35E384
(53,227,132)
0 Favorites   0 Comments

Color spaces of #35e384

RGB 53227132
HSL0.410.760.55
HSV147°77°89°
CMYK 0.770.000.42   0.11
XYZ33.102157.361031.1569
Yxy57.36100.27220.4716
Hunter Lab75.7370-54.523528.6251
CIE-Lab80.3822-63.656934.3825

#35e384 color RGB value is (53,227,132).

#35e384 hex color red value is 53, green value is 227 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #35e384 hue: 0.41 , saturation: 0.76 and the lightness value of 35e384 is 0.55.

The process color (four color CMYK) of #35e384 color hex is 0.77, 0.00, 0.42, 0.11. Web safe color of #35e384 is #33cc99. Color #35e384 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 11100011 10000100
Octal 65 343 204
Decimal 53 227 132
Hex 35 E3 84

RGB Percentages of Color #35e384

%12.86
%55.10
%32.04

CMYK Percentages of Color #35e384

%77
%0
%42
%11

Triadic Colors of #35e384

#35e384 #8435e3 #e38435

Analogous Colors of #35e384

#35e384 #35e3db #3de335

Monochromatic Colors of #35e384

#35e384

Complementary Color

#35e384 #e33594

#35e384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35e384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#35e384 Color CSS Codes

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

#35e384 Text Font Color

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

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


#35e384 Background Color

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

This div background color is #35e384


#35e384 Border Color

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

This div border color is #35e384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35e384


Comments

No comments written yet.

Please login to write comment.