Color Hex Logo

#35ebac Color Hex

#35EBAC
(53,235,172)
0 Favorites   0 Comments

Color spaces of #35ebac

RGB 53235172
HSL0.440.820.56
HSV159°77°92°
CMYK 0.770.000.27   0.08
XYZ38.622963.152149.1837
Yxy63.15210.25590.4183
Hunter Lab79.4683-52.315618.9327
CIE-Lab83.5223-58.631518.1343

#35ebac color RGB value is (53,235,172).

#35ebac hex color red value is 53, green value is 235 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #35ebac hue: 0.44 , saturation: 0.82 and the lightness value of 35ebac is 0.56.

The process color (four color CMYK) of #35ebac color hex is 0.77, 0.00, 0.27, 0.08. Web safe color of #35ebac is #33ff99. Color #35ebac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 11101011 10101100
Octal 65 353 254
Decimal 53 235 172
Hex 35 EB AC

RGB Percentages of Color #35ebac

%11.52
%51.09
%37.39

CMYK Percentages of Color #35ebac

%77
%0
%27
%8

Triadic Colors of #35ebac

#35ebac #ac35eb #ebac35

Analogous Colors of #35ebac

#35ebac #35cfeb #35eb51

Monochromatic Colors of #35ebac

#35ebac

Complementary Color

#35ebac #eb3574

#35ebac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35ebac Color Preview on White Background

Lorem ipsum dolor sit amet.

#35ebac Color CSS Codes

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

#35ebac Text Font Color

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

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


#35ebac Background Color

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

This div background color is #35ebac


#35ebac Border Color

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

This div border color is #35ebac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35ebac


Comments

No comments written yet.

Please login to write comment.