Color Hex Logo

#35e497 Color Hex

#35E497
(53,228,151)
0 Favorites   0 Comments

Color spaces of #35e497

RGB 53228151
HSL0.430.760.55
HSV154°77°89°
CMYK 0.770.000.34   0.11
XYZ34.797558.478138.7315
Yxy58.47810.26360.4430
Hunter Lab76.4710-52.599223.5001
CIE-Lab81.0039-60.430325.5388

#35e497 color RGB value is (53,228,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11100100 10010111
Octal 65 344 227
Decimal 53 228 151
Hex 35 E4 97

RGB Percentages of Color #35e497

%12.27
%52.78
%34.95

CMYK Percentages of Color #35e497

%77
%0
%34
%11

Triadic Colors of #35e497

#35e497 #9735e4 #e49735

Analogous Colors of #35e497

#35e497 #35dae4 #35e440

Monochromatic Colors of #35e497

#35e497

Complementary Color

#35e497 #e43582

#35e497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35e497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#35e497 Color CSS Codes

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

#35e497 Text Font Color

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

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


#35e497 Background Color

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

This div background color is #35e497


#35e497 Border Color

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

This div border color is #35e497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35e497


Comments

No comments written yet.

Please login to write comment.