Color Hex Logo

#35cfac Color Hex

#35CFAC
(53,207,172)
0 Favorites   0 Comments

Color spaces of #35cfac

RGB 53207172
HSL0.460.620.51
HSV166°74°81°
CMYK 0.740.000.17   0.19
XYZ31.227448.361146.7185
Yxy48.36110.24720.3829
Hunter Lab69.5421-41.54468.8484
CIE-Lab75.0521-47.45276.1384

#35cfac color RGB value is (53,207,172).

#35cfac hex color red value is 53, green value is 207 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #35cfac hue: 0.46 , saturation: 0.62 and the lightness value of 35cfac is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11001111 10101100
Octal 65 317 254
Decimal 53 207 172
Hex 35 CF AC

RGB Percentages of Color #35cfac

%12.27
%47.92
%39.81

CMYK Percentages of Color #35cfac

%74
%0
%17
%19

Triadic Colors of #35cfac

#35cfac #ac35cf #cfac35

Analogous Colors of #35cfac

#35cfac #35a5cf #35cf5f

Monochromatic Colors of #35cfac

#35cfac

Complementary Color

#35cfac #cf3558

#35cfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35cfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#35cfac Color CSS Codes

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

#35cfac Text Font Color

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

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


#35cfac Background Color

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

This div background color is #35cfac


#35cfac Border Color

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

This div border color is #35cfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35cfac


Comments

No comments written yet.

Please login to write comment.