Color Hex Logo

#35caaa Color Hex

#35CAAA
(53,202,170)
0 Favorites   0 Comments

Color spaces of #35caaa

RGB 53202170
HSL0.460.580.50
HSV167°74°79°
CMYK 0.740.000.16   0.21
XYZ29.844445.900245.3169
Yxy45.90020.24650.3791
Hunter Lab67.7497-39.93107.7665
CIE-Lab73.4807-45.84994.9530

#35caaa color RGB value is (53,202,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11001010 10101010
Octal 65 312 252
Decimal 53 202 170
Hex 35 CA AA

RGB Percentages of Color #35caaa

%12.47
%47.53
%40.00

CMYK Percentages of Color #35caaa

%74
%0
%16
%21

Triadic Colors of #35caaa

#35caaa #aa35ca #caaa35

Analogous Colors of #35caaa

#35caaa #35a0ca #35ca60

Monochromatic Colors of #35caaa

#35caaa

Complementary Color

#35caaa #ca3555

#35caaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35caaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#35caaa Color CSS Codes

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

#35caaa Text Font Color

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

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


#35caaa Background Color

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

This div background color is #35caaa


#35caaa Border Color

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

This div border color is #35caaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35caaa


Comments

No comments written yet.

Please login to write comment.