Color Hex Logo

#35b463 Color Hex

#35B463
(53,180,99)
0 Favorites   0 Comments

Color spaces of #35b463

RGB 5318099
HSL0.390.550.46
HSV142°71°71°
CMYK 0.710.000.45   0.29
XYZ20.041634.300317.3687
Yxy34.30030.27950.4783
Hunter Lab58.5665-41.408123.4132
CIE-Lab65.2002-52.399831.5330

#35b463 color RGB value is (53,180,99).

#35b463 hex color red value is 53, green value is 180 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #35b463 hue: 0.39 , saturation: 0.55 and the lightness value of 35b463 is 0.46.

The process color (four color CMYK) of #35b463 color hex is 0.71, 0.00, 0.45, 0.29. Web safe color of #35b463 is #33cc66. Color #35b463 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10110100 01100011
Octal 65 264 143
Decimal 53 180 99
Hex 35 B4 63

RGB Percentages of Color #35b463

%15.96
%54.22
%29.82

CMYK Percentages of Color #35b463

%71
%0
%45
%29

Triadic Colors of #35b463

#35b463 #6335b4 #b46335

Analogous Colors of #35b463

#35b463 #35b4a3 #47b435

Monochromatic Colors of #35b463

#35b463

Complementary Color

#35b463 #b43586

#35b463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35b463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#35b463 Color CSS Codes

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

#35b463 Text Font Color

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

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


#35b463 Background Color

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

This div background color is #35b463


#35b463 Border Color

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

This div border color is #35b463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35b463


Comments

No comments written yet.

Please login to write comment.