Color Hex Logo

#56dd98 Color Hex

#56DD98
(86,221,152)
0 Favorites   0 Comments

Color spaces of #56dd98

RGB 86221152
HSL0.410.670.60
HSV149°61°87°
CMYK 0.610.000.31   0.13
XYZ35.361755.958338.6430
Yxy55.95830.27210.4306
Hunter Lab74.8053-46.529321.7356
CIE-Lab79.5901-52.413623.2093

#56dd98 color RGB value is (86,221,152).

#56dd98 hex color red value is 86, green value is 221 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #56dd98 hue: 0.41 , saturation: 0.67 and the lightness value of 56dd98 is 0.60.

The process color (four color CMYK) of #56dd98 color hex is 0.61, 0.00, 0.31, 0.13. Web safe color of #56dd98 is #66cc99. Color #56dd98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 11011101 10011000
Octal 126 335 230
Decimal 86 221 152
Hex 56 DD 98

RGB Percentages of Color #56dd98

%18.74
%48.15
%33.12

CMYK Percentages of Color #56dd98

%61
%0
%31
%13

Triadic Colors of #56dd98

#56dd98 #9856dd #dd9856

Analogous Colors of #56dd98

#56dd98 #56dddc #58dd56

Monochromatic Colors of #56dd98

#56dd98

Complementary Color

#56dd98 #dd569b

#56dd98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56dd98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#56dd98 Color CSS Codes

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

#56dd98 Text Font Color

<p style="color:#56dd98">Text here</p>

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


#56dd98 Background Color

<div style="background-color:#56dd98">
Div content here</div>

This div background color is #56dd98


#56dd98 Border Color

<div style="border:3px solid #56dd98">
Div here</div>

This div border color is #56dd98


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,221,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #56dd98; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #56dd98;
  -webkit-box-shadow: 1px 1px 3px 2px #56dd98;
  box-shadow:         1px 1px 3px 2px #56dd98; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,221,152, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56dd98


Comments

No comments written yet.

Please login to write comment.