Color Hex Logo

#35a965 Color Hex

#35A965
(53,169,101)
0 Favorites   0 Comments

Color spaces of #35a965

RGB 53169101
HSL0.400.520.44
HSV145°69°66°
CMYK 0.690.000.40   0.34
XYZ18.005130.072417.1675
Yxy30.07240.27600.4609
Hunter Lab54.8383-37.360019.8257
CIE-Lab61.7166-47.826625.9473

#35a965 color RGB value is (53,169,101).

#35a965 hex color red value is 53, green value is 169 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #35a965 hue: 0.40 , saturation: 0.52 and the lightness value of 35a965 is 0.44.

The process color (four color CMYK) of #35a965 color hex is 0.69, 0.00, 0.40, 0.34. Web safe color of #35a965 is #339966. Color #35a965 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10101001 01100101
Octal 65 251 145
Decimal 53 169 101
Hex 35 A9 65

RGB Percentages of Color #35a965

%16.41
%52.32
%31.27

CMYK Percentages of Color #35a965

%69
%0
%40
%34

Triadic Colors of #35a965

#35a965 #6535a9 #a96535

Analogous Colors of #35a965

#35a965 #35a99f #3fa935

Monochromatic Colors of #35a965

#35a965

Complementary Color

#35a965 #a93579

#35a965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35a965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#35a965 Color CSS Codes

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

#35a965 Text Font Color

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

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


#35a965 Background Color

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

This div background color is #35a965


#35a965 Border Color

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

This div border color is #35a965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35a965


Comments

No comments written yet.

Please login to write comment.