Color Hex Logo

#35a98f Color Hex

#35A98F
(53,169,143)
0 Favorites   0 Comments

Color spaces of #35a98f

RGB 53169143
HSL0.460.520.44
HSV167°69°66°
CMYK 0.690.000.15   0.34
XYZ20.614131.116030.9061
Yxy31.11600.24950.3765
Hunter Lab55.7817-31.65346.1973
CIE-Lab62.6054-38.40824.0875

#35a98f color RGB value is (53,169,143).

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

The process color (four color CMYK) of #35a98f color hex is 0.69, 0.00, 0.15, 0.34. Web safe color of #35a98f is #339999. Color #35a98f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10101001 10001111
Octal 65 251 217
Decimal 53 169 143
Hex 35 A9 8F

RGB Percentages of Color #35a98f

%14.52
%46.30
%39.18

CMYK Percentages of Color #35a98f

%69
%0
%15
%34

Triadic Colors of #35a98f

#35a98f #8f35a9 #a98f35

Analogous Colors of #35a98f

#35a98f #3589a9 #35a955

Monochromatic Colors of #35a98f

#35a98f

Complementary Color

#35a98f #a9354f

#35a98f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35a98f Color Preview on White Background

Lorem ipsum dolor sit amet.

#35a98f Color CSS Codes

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

#35a98f Text Font Color

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

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


#35a98f Background Color

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

This div background color is #35a98f


#35a98f Border Color

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

This div border color is #35a98f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35a98f


Comments

No comments written yet.

Please login to write comment.