Color Hex Logo

#35daa9 Color Hex

#35DAA9
(53,218,169)
0 Favorites   0 Comments

Color spaces of #35daa9

RGB 53218169
HSL0.450.690.53
HSV162°76°85°
CMYK 0.760.000.22   0.15
XYZ33.701053.764346.1374
Yxy53.76430.25220.4024
Hunter Lab73.3241-46.275714.0201
CIE-Lab78.3241-52.676812.4078

#35daa9 color RGB value is (53,218,169).

#35daa9 hex color red value is 53, green value is 218 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #35daa9 hue: 0.45 , saturation: 0.69 and the lightness value of 35daa9 is 0.53.

The process color (four color CMYK) of #35daa9 color hex is 0.76, 0.00, 0.22, 0.15. Web safe color of #35daa9 is #33cc99. Color #35daa9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 11011010 10101001
Octal 65 332 251
Decimal 53 218 169
Hex 35 DA A9

RGB Percentages of Color #35daa9

%12.05
%49.55
%38.41

CMYK Percentages of Color #35daa9

%76
%0
%22
%15

Triadic Colors of #35daa9

#35daa9 #a935da #daa935

Analogous Colors of #35daa9

#35daa9 #35b9da #35da57

Monochromatic Colors of #35daa9

#35daa9

Complementary Color

#35daa9 #da3566

#35daa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35daa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#35daa9 Color CSS Codes

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

#35daa9 Text Font Color

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

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


#35daa9 Background Color

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

This div background color is #35daa9


#35daa9 Border Color

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

This div border color is #35daa9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,218,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 #35daa9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35daa9


Comments

No comments written yet.

Please login to write comment.