Color Hex Logo

#53d48b Color Hex

#53D48B
(83,212,139)
0 Favorites   0 Comments

Color spaces of #53d48b

RGB 83212139
HSL0.410.600.58
HSV146°61°83°
CMYK 0.610.000.34   0.17
XYZ31.771050.790032.5551
Yxy50.79000.27600.4412
Hunter Lab71.2671-45.141822.8031
CIE-Lab76.5516-51.925725.8354

#53d48b color RGB value is (83,212,139).

#53d48b hex color red value is 83, green value is 212 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #53d48b hue: 0.41 , saturation: 0.60 and the lightness value of 53d48b is 0.58.

The process color (four color CMYK) of #53d48b color hex is 0.61, 0.00, 0.34, 0.17. Web safe color of #53d48b is #66cc99. Color #53d48b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11010100 10001011
Octal 123 324 213
Decimal 83 212 139
Hex 53 D4 8B

RGB Percentages of Color #53d48b

%19.12
%48.85
%32.03

CMYK Percentages of Color #53d48b

%61
%0
%34
%17

Triadic Colors of #53d48b

#53d48b #8b53d4 #d48b53

Analogous Colors of #53d48b

#53d48b #53d4cc #5cd453

Monochromatic Colors of #53d48b

#53d48b

Complementary Color

#53d48b #d4539c

#53d48b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53d48b Color Preview on White Background

Lorem ipsum dolor sit amet.

#53d48b Color CSS Codes

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

#53d48b Text Font Color

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

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


#53d48b Background Color

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

This div background color is #53d48b


#53d48b Border Color

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

This div border color is #53d48b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53d48b


Comments

No comments written yet.

Please login to write comment.