Color Hex Logo

#53ccbe Color Hex

#53CCBE
(83,204,190)
0 Favorites   0 Comments

Color spaces of #53ccbe

RGB 83204190
HSL0.480.540.56
HSV173°59°80°
CMYK 0.590.000.07   0.20
XYZ34.454448.742456.3075
Yxy48.74240.24700.3494
Hunter Lab69.8158-34.08701.0527
CIE-Lab75.2908-36.9845-3.1355

#53ccbe color RGB value is (83,204,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11001100 10111110
Octal 123 314 276
Decimal 83 204 190
Hex 53 CC BE

RGB Percentages of Color #53ccbe

%17.40
%42.77
%39.83

CMYK Percentages of Color #53ccbe

%59
%0
%7
%20

Triadic Colors of #53ccbe

#53ccbe #be53cc #ccbe53

Analogous Colors of #53ccbe

#53ccbe #539ecc #53cc82

Monochromatic Colors of #53ccbe

#53ccbe

Complementary Color

#53ccbe #cc5361

#53ccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53ccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#53ccbe Color CSS Codes

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

#53ccbe Text Font Color

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

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


#53ccbe Background Color

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

This div background color is #53ccbe


#53ccbe Border Color

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

This div border color is #53ccbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53ccbe


Comments

No comments written yet.

Please login to write comment.