Color Hex Logo

#35e527 Color Hex

#35E527
(53,229,39)
0 Favorites   0 Comments

Color spaces of #35e527

RGB 5322939
HSL0.320.790.53
HSV116°83°90°
CMYK 0.770.000.83   0.10
XYZ29.853756.942011.3369
Yxy56.94200.30420.5803
Hunter Lab75.4599-61.436143.9144
CIE-Lab80.1470-74.548471.6811

#35e527 color RGB value is (53,229,39).

#35e527 hex color red value is 53, green value is 229 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #35e527 hue: 0.32 , saturation: 0.79 and the lightness value of 35e527 is 0.53.

The process color (four color CMYK) of #35e527 color hex is 0.77, 0.00, 0.83, 0.10. Web safe color of #35e527 is #33cc33. Color #35e527 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 11100101 00100111
Octal 65 345 47
Decimal 53 229 39
Hex 35 E5 27

RGB Percentages of Color #35e527

%16.51
%71.34
%12.15

CMYK Percentages of Color #35e527

%77
%0
%83
%10

Triadic Colors of #35e527

#35e527 #2735e5 #e52735

Analogous Colors of #35e527

#35e527 #27e578 #94e527

Monochromatic Colors of #35e527

#35e527

Complementary Color

#35e527 #d727e5

#35e527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35e527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#35e527 Color CSS Codes

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

#35e527 Text Font Color

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

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


#35e527 Background Color

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

This div background color is #35e527


#35e527 Border Color

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

This div border color is #35e527


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35e527


Comments

No comments written yet.

Please login to write comment.