Color Hex Logo

#35dbab Color Hex

#35DBAB
(53,219,171)
0 Favorites   0 Comments

Color spaces of #35dbab

RGB 53219171
HSL0.450.700.53
HSV163°76°86°
CMYK 0.760.000.22   0.14
XYZ34.150454.360247.2207
Yxy54.36020.25160.4005
Hunter Lab73.7294-46.347713.6377
CIE-Lab78.6713-52.607311.8398

#35dbab color RGB value is (53,219,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11011011 10101011
Octal 65 333 253
Decimal 53 219 171
Hex 35 DB AB

RGB Percentages of Color #35dbab

%11.96
%49.44
%38.60

CMYK Percentages of Color #35dbab

%76
%0
%22
%14

Triadic Colors of #35dbab

#35dbab #ab35db #dbab35

Analogous Colors of #35dbab

#35dbab #35b8db #35db58

Monochromatic Colors of #35dbab

#35dbab

Complementary Color

#35dbab #db3565

#35dbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35dbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#35dbab Color CSS Codes

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

#35dbab Text Font Color

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

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


#35dbab Background Color

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

This div background color is #35dbab


#35dbab Border Color

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

This div border color is #35dbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35dbab


Comments

No comments written yet.

Please login to write comment.