Color Hex Logo

#35dcaf Color Hex

#35DCAF
(53,220,175)
0 Favorites   0 Comments

Color spaces of #35dcaf

RGB 53220175
HSL0.460.700.54
HSV164°76°86°
CMYK 0.760.000.20   0.14
XYZ34.799355.038449.3468
Yxy55.03840.25000.3954
Hunter Lab74.1879-46.099812.4942
CIE-Lab79.0634-52.060010.2770

#35dcaf color RGB value is (53,220,175).

#35dcaf hex color red value is 53, green value is 220 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #35dcaf hue: 0.46 , saturation: 0.70 and the lightness value of 35dcaf is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11011100 10101111
Octal 65 334 257
Decimal 53 220 175
Hex 35 DC AF

RGB Percentages of Color #35dcaf

%11.83
%49.11
%39.06

CMYK Percentages of Color #35dcaf

%76
%0
%20
%14

Triadic Colors of #35dcaf

#35dcaf #af35dc #dcaf35

Analogous Colors of #35dcaf

#35dcaf #35b6dc #35dc5c

Monochromatic Colors of #35dcaf

#35dcaf

Complementary Color

#35dcaf #dc3562

#35dcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35dcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#35dcaf Color CSS Codes

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

#35dcaf Text Font Color

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

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


#35dcaf Background Color

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

This div background color is #35dcaf


#35dcaf Border Color

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

This div border color is #35dcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35dcaf


Comments

No comments written yet.

Please login to write comment.