Color Hex Logo

#53ccca Color Hex

#53CCCA
(83,204,202)
0 Favorites   0 Comments

Color spaces of #53ccca

RGB 83204202
HSL0.500.540.56
HSV179°59°80°
CMYK 0.590.000.01   0.20
XYZ35.820849.289063.5029
Yxy49.28900.24100.3317
Hunter Lab70.2061-31.7859-4.4848
CIE-Lab75.6308-33.7980-9.1152

#53ccca color RGB value is (83,204,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11001100 11001010
Octal 123 314 312
Decimal 83 204 202
Hex 53 CC CA

RGB Percentages of Color #53ccca

%16.97
%41.72
%41.31

CMYK Percentages of Color #53ccca

%59
%0
%1
%20

Triadic Colors of #53ccca

#53ccca #ca53cc #ccca53

Analogous Colors of #53ccca

#53ccca #5392cc #53cc8e

Monochromatic Colors of #53ccca

#53ccca

Complementary Color

#53ccca #cc5355

#53ccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53ccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#53ccca Color CSS Codes

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

#53ccca Text Font Color

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

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


#53ccca Background Color

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

This div background color is #53ccca


#53ccca Border Color

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

This div border color is #53ccca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,204,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53ccca


Comments

No comments written yet.

Please login to write comment.