Color Hex Logo

#35ffab Color Hex

#35FFAB
(53,255,171)
0 Favorites   0 Comments

Color spaces of #35ffab

RGB 53255171
HSL0.431.000.60
HSV155°79°100°
CMYK 0.790.000.33   0.00
XYZ44.578975.217250.6969
Yxy75.21720.26150.4412
Hunter Lab86.7279-60.023126.0514
CIE-Lab89.4946-66.239826.8735

#35ffab color RGB value is (53,255,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11111111 10101011
Octal 65 377 253
Decimal 53 255 171
Hex 35 FF AB

RGB Percentages of Color #35ffab

%11.06
%53.24
%35.70

CMYK Percentages of Color #35ffab

%79
%0
%33
%0

Triadic Colors of #35ffab

#35ffab #ab35ff #ffab35

Analogous Colors of #35ffab

#35ffab #35eeff #35ff46

Monochromatic Colors of #35ffab

#35ffab

Complementary Color

#35ffab #ff3589

#35ffab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35ffab Color Preview on White Background

Lorem ipsum dolor sit amet.

#35ffab Color CSS Codes

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

#35ffab Text Font Color

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

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


#35ffab Background Color

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

This div background color is #35ffab


#35ffab Border Color

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

This div border color is #35ffab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35ffab

Related Colors


Comments

No comments written yet.

Please login to write comment.