Color Hex Logo

#53cbaa Color Hex

#53CBAA
(83,203,170)
0 Favorites   0 Comments

Color spaces of #53cbaa

RGB 83203170
HSL0.450.540.56
HSV164°59°80°
CMYK 0.590.000.16   0.20
XYZ32.178947.453245.4936
Yxy47.45320.25720.3792
Hunter Lab68.8863-37.16829.0643
CIE-Lab74.4787-41.51216.4798

#53cbaa color RGB value is (83,203,170).

#53cbaa hex color red value is 83, green value is 203 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #53cbaa hue: 0.45 , saturation: 0.54 and the lightness value of 53cbaa is 0.56.

The process color (four color CMYK) of #53cbaa color hex is 0.59, 0.00, 0.16, 0.20. Web safe color of #53cbaa is #66cc99. Color #53cbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11001011 10101010
Octal 123 313 252
Decimal 83 203 170
Hex 53 CB AA

RGB Percentages of Color #53cbaa

%18.20
%44.52
%37.28

CMYK Percentages of Color #53cbaa

%59
%0
%16
%20

Triadic Colors of #53cbaa

#53cbaa #aa53cb #cbaa53

Analogous Colors of #53cbaa

#53cbaa #53b0cb #53cb6e

Monochromatic Colors of #53cbaa

#53cbaa

Complementary Color

#53cbaa #cb5374

#53cbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53cbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#53cbaa Color CSS Codes

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

#53cbaa Text Font Color

<p style="color:#53cbaa">Text here</p>

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


#53cbaa Background Color

<div style="background-color:#53cbaa">
Div content here</div>

This div background color is #53cbaa


#53cbaa Border Color

<div style="border:3px solid #53cbaa">
Div here</div>

This div border color is #53cbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53cbaa


Comments

No comments written yet.

Please login to write comment.