Color Hex Logo

#53b29e Color Hex

#53B29E
(83,178,158)
0 Favorites   0 Comments

Color spaces of #53b29e

RGB 83178158
HSL0.460.380.51
HSV167°53°70°
CMYK 0.530.000.11   0.30
XYZ25.659236.148437.9727
Yxy36.14840.25720.3623
Hunter Lab60.1235-29.03694.6402
CIE-Lab66.6332-33.02691.6933

#53b29e color RGB value is (83,178,158).

#53b29e hex color red value is 83, green value is 178 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #53b29e hue: 0.46 , saturation: 0.38 and the lightness value of 53b29e is 0.51.

The process color (four color CMYK) of #53b29e color hex is 0.53, 0.00, 0.11, 0.30. Web safe color of #53b29e is #669999. Color #53b29e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10110010 10011110
Octal 123 262 236
Decimal 83 178 158
Hex 53 B2 9E

RGB Percentages of Color #53b29e

%19.81
%42.48
%37.71

CMYK Percentages of Color #53b29e

%53
%0
%11
%30

Triadic Colors of #53b29e

#53b29e #9e53b2 #b29e53

Analogous Colors of #53b29e

#53b29e #5397b2 #53b26f

Monochromatic Colors of #53b29e

#53b29e

Complementary Color

#53b29e #b25367

#53b29e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53b29e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53b29e Color CSS Codes

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

#53b29e Text Font Color

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

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


#53b29e Background Color

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

This div background color is #53b29e


#53b29e Border Color

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

This div border color is #53b29e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53b29e


Comments

No comments written yet.

Please login to write comment.