Color Hex Logo

#53b085 Color Hex

#53B085
(83,176,133)
0 Favorites   0 Comments

Color spaces of #53b085

RGB 83176133
HSL0.420.370.51
HSV152°53°69°
CMYK 0.530.000.24   0.31
XYZ23.326334.583127.6361
Yxy34.58310.27270.4043
Hunter Lab58.8074-32.109913.3023
CIE-Lab65.4228-37.916013.7544

#53b085 color RGB value is (83,176,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10110000 10000101
Octal 123 260 205
Decimal 83 176 133
Hex 53 B0 85

RGB Percentages of Color #53b085

%21.17
%44.90
%33.93

CMYK Percentages of Color #53b085

%53
%0
%24
%31

Triadic Colors of #53b085

#53b085 #8553b0 #b08553

Analogous Colors of #53b085

#53b085 #53adb0 #53b057

Monochromatic Colors of #53b085

#53b085

Complementary Color

#53b085 #b0537e

#53b085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53b085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#53b085 Color CSS Codes

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

#53b085 Text Font Color

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

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


#53b085 Background Color

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

This div background color is #53b085


#53b085 Border Color

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

This div border color is #53b085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53b085


Comments

No comments written yet.

Please login to write comment.