Color Hex Logo

#53cfaa Color Hex

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

Color spaces of #53cfaa

RGB 83207170
HSL0.450.560.57
HSV162°60°81°
CMYK 0.600.000.18   0.19
XYZ33.135849.366945.8125
Yxy49.36690.25820.3847
Hunter Lab70.2616-38.776110.5244
CIE-Lab75.6790-43.26518.2007

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11001111 10101010
Octal 123 317 252
Decimal 83 207 170
Hex 53 CF AA

RGB Percentages of Color #53cfaa

%18.04
%45.00
%36.96

CMYK Percentages of Color #53cfaa

%60
%0
%18
%19

Triadic Colors of #53cfaa

#53cfaa #aa53cf #cfaa53

Analogous Colors of #53cfaa

#53cfaa #53b6cf #53cf6c

Monochromatic Colors of #53cfaa

#53cfaa

Complementary Color

#53cfaa #cf5378

#53cfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53cfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#53cfaa Color CSS Codes

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

#53cfaa Text Font Color

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

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


#53cfaa Background Color

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

This div background color is #53cfaa


#53cfaa Border Color

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

This div border color is #53cfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53cfaa


Comments

No comments written yet.

Please login to write comment.