Color Hex Logo

#35885a Color Hex

#35885A
(53,136,90)
0 Favorites   0 Comments

Color spaces of #35885a

RGB 5313690
HSL0.410.440.37
HSV147°61°53°
CMYK 0.610.000.34   0.47
XYZ12.117819.103412.7215
Yxy19.10340.27580.4347
Hunter Lab43.7074-26.999213.3382
CIE-Lab50.8080-36.314517.4123

#35885a color RGB value is (53,136,90).

#35885a hex color red value is 53, green value is 136 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #35885a hue: 0.41 , saturation: 0.44 and the lightness value of 35885a is 0.37.

The process color (four color CMYK) of #35885a color hex is 0.61, 0.00, 0.34, 0.47. Web safe color of #35885a is #339966. Color #35885a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001000 01011010
Octal 65 210 132
Decimal 53 136 90
Hex 35 88 5A

RGB Percentages of Color #35885a

%19.00
%48.75
%32.26

CMYK Percentages of Color #35885a

%61
%0
%34
%47

Triadic Colors of #35885a

#35885a #5a3588 #885a35

Analogous Colors of #35885a

#35885a #358884 #3a8835

Monochromatic Colors of #35885a

#35885a

Complementary Color

#35885a #883563

#35885a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35885a Color Preview on White Background

Lorem ipsum dolor sit amet.

#35885a Color CSS Codes

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

#35885a Text Font Color

<p style="color:#35885a">Text here</p>

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


#35885a Background Color

<div style="background-color:#35885a">
Div content here</div>

This div background color is #35885a


#35885a Border Color

<div style="border:3px solid #35885a">
Div here</div>

This div border color is #35885a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,136,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35885a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35885a;
  -webkit-box-shadow: 1px 1px 3px 2px #35885a;
  box-shadow:         1px 1px 3px 2px #35885a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35885a


Comments

No comments written yet.

Please login to write comment.