Color Hex Logo

#53ccbd Color Hex

#53CCBD
(83,204,189)
0 Favorites   0 Comments

Color spaces of #53ccbd

RGB 83204189
HSL0.480.540.56
HSV173°59°80°
CMYK 0.590.000.07   0.20
XYZ34.345548.698955.7337
Yxy48.69890.24750.3509
Hunter Lab69.7846-34.27171.4971
CIE-Lab75.2636-37.2434-2.6352

#53ccbd color RGB value is (83,204,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11001100 10111101
Octal 123 314 275
Decimal 83 204 189
Hex 53 CC BD

RGB Percentages of Color #53ccbd

%17.44
%42.86
%39.71

CMYK Percentages of Color #53ccbd

%59
%0
%7
%20

Triadic Colors of #53ccbd

#53ccbd #bd53cc #ccbd53

Analogous Colors of #53ccbd

#53ccbd #539fcc #53cc81

Monochromatic Colors of #53ccbd

#53ccbd

Complementary Color

#53ccbd #cc5362

#53ccbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53ccbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#53ccbd Color CSS Codes

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

#53ccbd Text Font Color

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

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


#53ccbd Background Color

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

This div background color is #53ccbd


#53ccbd Border Color

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

This div border color is #53ccbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53ccbd


Comments

No comments written yet.

Please login to write comment.