Color Hex Logo

#53cbaf Color Hex

#53CBAF
(83,203,175)
0 Favorites   0 Comments

Color spaces of #53cbaf

RGB 83203175
HSL0.460.540.56
HSV166°59°80°
CMYK 0.590.000.14   0.20
XYZ32.661147.646048.0326
Yxy47.64600.25450.3712
Hunter Lab69.0261-36.33477.0606
CIE-Lab74.6011-40.30753.9595

#53cbaf color RGB value is (83,203,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11001011 10101111
Octal 123 313 257
Decimal 83 203 175
Hex 53 CB AF

RGB Percentages of Color #53cbaf

%18.00
%44.03
%37.96

CMYK Percentages of Color #53cbaf

%59
%0
%14
%20

Triadic Colors of #53cbaf

#53cbaf #af53cb #cbaf53

Analogous Colors of #53cbaf

#53cbaf #53abcb #53cb73

Monochromatic Colors of #53cbaf

#53cbaf

Complementary Color

#53cbaf #cb536f

#53cbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53cbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#53cbaf Color CSS Codes

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

#53cbaf Text Font Color

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

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


#53cbaf Background Color

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

This div background color is #53cbaf


#53cbaf Border Color

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

This div border color is #53cbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53cbaf


Comments

No comments written yet.

Please login to write comment.