Color Hex Logo

#35fda9 Color Hex

#35FDA9
(53,253,169)
0 Favorites   0 Comments

Color spaces of #35fda9

RGB 53253169
HSL0.430.980.60
HSV155°79°99°
CMYK 0.790.000.33   0.01
XYZ43.754973.872049.4887
Yxy73.87200.26180.4420
Hunter Lab85.9488-59.539526.0254
CIE-Lab88.8620-65.921127.0240

#35fda9 color RGB value is (53,253,169).

#35fda9 hex color red value is 53, green value is 253 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #35fda9 hue: 0.43 , saturation: 0.98 and the lightness value of 35fda9 is 0.60.

The process color (four color CMYK) of #35fda9 color hex is 0.79, 0.00, 0.33, 0.01. Web safe color of #35fda9 is #33ff99. Color #35fda9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 11111101 10101001
Octal 65 375 251
Decimal 53 253 169
Hex 35 FD A9

RGB Percentages of Color #35fda9

%11.16
%53.26
%35.58

CMYK Percentages of Color #35fda9

%79
%0
%33
%1

Triadic Colors of #35fda9

#35fda9 #a935fd #fda935

Analogous Colors of #35fda9

#35fda9 #35edfd #35fd45

Monochromatic Colors of #35fda9

#35fda9

Complementary Color

#35fda9 #fd3589

#35fda9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35fda9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#35fda9 Color CSS Codes

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

#35fda9 Text Font Color

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

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


#35fda9 Background Color

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

This div background color is #35fda9


#35fda9 Border Color

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

This div border color is #35fda9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35fda9

Related Colors


Comments

No comments written yet.

Please login to write comment.