Color Hex Logo

#35cfaa Color Hex

#35CFAA
(53,207,170)
0 Favorites   0 Comments

Color spaces of #35cfaa

RGB 53207170
HSL0.460.620.51
HSV166°74°81°
CMYK 0.740.000.18   0.19
XYZ31.036748.284845.7143
Yxy48.28480.24820.3862
Hunter Lab69.4873-41.87519.6354
CIE-Lab75.0042-47.95007.1444

#35cfaa color RGB value is (53,207,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11001111 10101010
Octal 65 317 252
Decimal 53 207 170
Hex 35 CF AA

RGB Percentages of Color #35cfaa

%12.33
%48.14
%39.53

CMYK Percentages of Color #35cfaa

%74
%0
%18
%19

Triadic Colors of #35cfaa

#35cfaa #aa35cf #cfaa35

Analogous Colors of #35cfaa

#35cfaa #35a7cf #35cf5d

Monochromatic Colors of #35cfaa

#35cfaa

Complementary Color

#35cfaa #cf355a

#35cfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35cfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#35cfaa Color CSS Codes

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

#35cfaa Text Font Color

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

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


#35cfaa Background Color

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

This div background color is #35cfaa


#35cfaa Border Color

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

This div border color is #35cfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35cfaa


Comments

No comments written yet.

Please login to write comment.