Color Hex Logo

#35d972 Color Hex

#35D972
(53,217,114)
0 Favorites   0 Comments

Color spaces of #35d972

RGB 53217114
HSL0.400.680.53
HSV142°76°85°
CMYK 0.760.000.47   0.15
XYZ29.318351.597524.3337
Yxy51.59750.27860.4902
Hunter Lab71.8314-52.849430.1968
CIE-Lab77.0395-63.198439.0426

#35d972 color RGB value is (53,217,114).

#35d972 hex color red value is 53, green value is 217 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #35d972 hue: 0.40 , saturation: 0.68 and the lightness value of 35d972 is 0.53.

The process color (four color CMYK) of #35d972 color hex is 0.76, 0.00, 0.47, 0.15. Web safe color of #35d972 is #33cc66. Color #35d972 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 11011001 01110010
Octal 65 331 162
Decimal 53 217 114
Hex 35 D9 72

RGB Percentages of Color #35d972

%13.80
%56.51
%29.69

CMYK Percentages of Color #35d972

%76
%0
%47
%15

Triadic Colors of #35d972

#35d972 #7235d9 #d97235

Analogous Colors of #35d972

#35d972 #35d9c4 #4ad935

Monochromatic Colors of #35d972

#35d972

Complementary Color

#35d972 #d9359c

#35d972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35d972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#35d972 Color CSS Codes

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

#35d972 Text Font Color

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

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


#35d972 Background Color

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

This div background color is #35d972


#35d972 Border Color

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

This div border color is #35d972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35d972


Comments

No comments written yet.

Please login to write comment.