Color Hex Logo

#35a477 Color Hex

#35A477
(53,164,119)
0 Favorites   0 Comments

Color spaces of #35a477

RGB 53164119
HSL0.430.510.43
HSV156°68°64°
CMYK 0.680.000.27   0.36
XYZ18.073428.639722.0282
Yxy28.63970.26290.4166
Hunter Lab53.5161-33.370313.0564
CIE-Lab60.4623-42.057414.4222

#35a477 color RGB value is (53,164,119).

#35a477 hex color red value is 53, green value is 164 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #35a477 hue: 0.43 , saturation: 0.51 and the lightness value of 35a477 is 0.43.

The process color (four color CMYK) of #35a477 color hex is 0.68, 0.00, 0.27, 0.36. Web safe color of #35a477 is #339966. Color #35a477 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10100100 01110111
Octal 65 244 167
Decimal 53 164 119
Hex 35 A4 77

RGB Percentages of Color #35a477

%15.77
%48.81
%35.42

CMYK Percentages of Color #35a477

%68
%0
%27
%36

Triadic Colors of #35a477

#35a477 #7735a4 #a47735

Analogous Colors of #35a477

#35a477 #359aa4 #35a440

Monochromatic Colors of #35a477

#35a477

Complementary Color

#35a477 #a43562

#35a477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35a477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#35a477 Color CSS Codes

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

#35a477 Text Font Color

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

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


#35a477 Background Color

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

This div background color is #35a477


#35a477 Border Color

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

This div border color is #35a477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35a477


Comments

No comments written yet.

Please login to write comment.