Color Hex Logo

#35a283 Color Hex

#35A283
(53,162,131)
0 Favorites   0 Comments

Color spaces of #35a283

RGB 53162131
HSL0.450.510.42
HSV163°67°64°
CMYK 0.670.000.19   0.36
XYZ18.485328.236225.9486
Yxy28.23620.25440.3886
Hunter Lab53.1377-30.89538.2435
CIE-Lab60.1015-38.33447.2116

#35a283 color RGB value is (53,162,131).

#35a283 hex color red value is 53, green value is 162 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #35a283 hue: 0.45 , saturation: 0.51 and the lightness value of 35a283 is 0.42.

The process color (four color CMYK) of #35a283 color hex is 0.67, 0.00, 0.19, 0.36. Web safe color of #35a283 is #339999. Color #35a283 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10100010 10000011
Octal 65 242 203
Decimal 53 162 131
Hex 35 A2 83

RGB Percentages of Color #35a283

%15.32
%46.82
%37.86

CMYK Percentages of Color #35a283

%67
%0
%19
%36

Triadic Colors of #35a283

#35a283 #8335a2 #a28335

Analogous Colors of #35a283

#35a283 #358ba2 #35a24d

Monochromatic Colors of #35a283

#35a283

Complementary Color

#35a283 #a23554

#35a283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35a283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#35a283 Color CSS Codes

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

#35a283 Text Font Color

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

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


#35a283 Background Color

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

This div background color is #35a283


#35a283 Border Color

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

This div border color is #35a283


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35a283


Comments

No comments written yet.

Please login to write comment.