Color Hex Logo

#35e852 Color Hex

#35E852
(53,232,82)
0 Favorites   0 Comments

Color spaces of #35e852

RGB 5323282
HSL0.360.800.56
HSV130°77°91°
CMYK 0.770.000.65   0.09
XYZ31.847859.079317.7075
Yxy59.07930.29320.5438
Hunter Lab76.8631-60.549840.1451
CIE-Lab81.3352-72.265058.6512

#35e852 color RGB value is (53,232,82).

#35e852 hex color red value is 53, green value is 232 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #35e852 hue: 0.36 , saturation: 0.80 and the lightness value of 35e852 is 0.56.

The process color (four color CMYK) of #35e852 color hex is 0.77, 0.00, 0.65, 0.09. Web safe color of #35e852 is #33ff66. Color #35e852 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 11101000 01010010
Octal 65 350 122
Decimal 53 232 82
Hex 35 E8 52

RGB Percentages of Color #35e852

%14.44
%63.22
%22.34

CMYK Percentages of Color #35e852

%77
%0
%65
%9

Triadic Colors of #35e852

#35e852 #5235e8 #e85235

Analogous Colors of #35e852

#35e852 #35e8ac #72e835

Monochromatic Colors of #35e852

#35e852

Complementary Color

#35e852 #e835cb

#35e852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35e852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#35e852 Color CSS Codes

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

#35e852 Text Font Color

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

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


#35e852 Background Color

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

This div background color is #35e852


#35e852 Border Color

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

This div border color is #35e852


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35e852


Comments

No comments written yet.

Please login to write comment.