Color Hex Logo

#35dcab Color Hex

#35DCAB
(53,220,171)
0 Favorites   0 Comments

Color spaces of #35dcab

RGB 53220171
HSL0.450.700.54
HSV162°76°86°
CMYK 0.760.000.22   0.14
XYZ34.412154.883647.3080
Yxy54.88360.25190.4018
Hunter Lab74.0835-46.732013.9972
CIE-Lab78.9742-53.007112.2687

#35dcab color RGB value is (53,220,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11011100 10101011
Octal 65 334 253
Decimal 53 220 171
Hex 35 DC AB

RGB Percentages of Color #35dcab

%11.94
%49.55
%38.51

CMYK Percentages of Color #35dcab

%76
%0
%22
%14

Triadic Colors of #35dcab

#35dcab #ab35dc #dcab35

Analogous Colors of #35dcab

#35dcab #35badc #35dc58

Monochromatic Colors of #35dcab

#35dcab

Complementary Color

#35dcab #dc3566

#35dcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35dcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#35dcab Color CSS Codes

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

#35dcab Text Font Color

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

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


#35dcab Background Color

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

This div background color is #35dcab


#35dcab Border Color

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

This div border color is #35dcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35dcab


Comments

No comments written yet.

Please login to write comment.