Color Hex Logo

#35cbac Color Hex

#35CBAC
(53,203,172)
0 Favorites   0 Comments

Color spaces of #35cbac

RGB 53203172
HSL0.470.590.50
HSV168°74°80°
CMYK 0.740.000.15   0.20
XYZ30.270546.447346.3995
Yxy46.44730.24590.3773
Hunter Lab68.1523-39.98397.3407
CIE-Lab73.8348-45.76664.3838

#35cbac color RGB value is (53,203,172).

#35cbac hex color red value is 53, green value is 203 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #35cbac hue: 0.47 , saturation: 0.59 and the lightness value of 35cbac is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11001011 10101100
Octal 65 313 254
Decimal 53 203 172
Hex 35 CB AC

RGB Percentages of Color #35cbac

%12.38
%47.43
%40.19

CMYK Percentages of Color #35cbac

%74
%0
%15
%20

Triadic Colors of #35cbac

#35cbac #ac35cb #cbac35

Analogous Colors of #35cbac

#35cbac #359fcb #35cb61

Monochromatic Colors of #35cbac

#35cbac

Complementary Color

#35cbac #cb3554

#35cbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35cbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#35cbac Color CSS Codes

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

#35cbac Text Font Color

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

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


#35cbac Background Color

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

This div background color is #35cbac


#35cbac Border Color

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

This div border color is #35cbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35cbac


Comments

No comments written yet.

Please login to write comment.