Color Hex Logo

#53cbae Color Hex

#53CBAE
(83,203,174)
0 Favorites   0 Comments

Color spaces of #53cbae

RGB 83203174
HSL0.460.540.56
HSV166°59°80°
CMYK 0.590.000.14   0.20
XYZ32.563247.606947.5172
Yxy47.60690.25500.3728
Hunter Lab68.9978-36.50377.4667
CIE-Lab74.5763-40.55094.4633

#53cbae color RGB value is (83,203,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11001011 10101110
Octal 123 313 256
Decimal 83 203 174
Hex 53 CB AE

RGB Percentages of Color #53cbae

%18.04
%44.13
%37.83

CMYK Percentages of Color #53cbae

%59
%0
%14
%20

Triadic Colors of #53cbae

#53cbae #ae53cb #cbae53

Analogous Colors of #53cbae

#53cbae #53accb #53cb72

Monochromatic Colors of #53cbae

#53cbae

Complementary Color

#53cbae #cb5370

#53cbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53cbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#53cbae Color CSS Codes

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

#53cbae Text Font Color

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

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


#53cbae Background Color

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

This div background color is #53cbae


#53cbae Border Color

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

This div border color is #53cbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53cbae


Comments

No comments written yet.

Please login to write comment.