Color Hex Logo

#53b081 Color Hex

#53B081
(83,176,129)
0 Favorites   0 Comments

Color spaces of #53b081

RGB 83176129
HSL0.420.370.51
HSV150°53°69°
CMYK 0.530.000.27   0.31
XYZ23.055134.474626.2080
Yxy34.47460.27530.4117
Hunter Lab58.7151-32.661514.6359
CIE-Lab65.3375-38.766515.8273

#53b081 color RGB value is (83,176,129).

#53b081 hex color red value is 83, green value is 176 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #53b081 hue: 0.42 , saturation: 0.37 and the lightness value of 53b081 is 0.51.

The process color (four color CMYK) of #53b081 color hex is 0.53, 0.00, 0.27, 0.31. Web safe color of #53b081 is #669999. Color #53b081 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10110000 10000001
Octal 123 260 201
Decimal 83 176 129
Hex 53 B0 81

RGB Percentages of Color #53b081

%21.39
%45.36
%33.25

CMYK Percentages of Color #53b081

%53
%0
%27
%31

Triadic Colors of #53b081

#53b081 #8153b0 #b08153

Analogous Colors of #53b081

#53b081 #53b0b0 #54b053

Monochromatic Colors of #53b081

#53b081

Complementary Color

#53b081 #b05382

#53b081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53b081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#53b081 Color CSS Codes

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

#53b081 Text Font Color

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

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


#53b081 Background Color

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

This div background color is #53b081


#53b081 Border Color

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

This div border color is #53b081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53b081


Comments

No comments written yet.

Please login to write comment.