Color Hex Logo

#5dddac Color Hex

#5DDDAC
(93,221,172)
0 Favorites   0 Comments

Color spaces of #5dddac

RGB 93221172
HSL0.440.650.62
HSV157°58°87°
CMYK 0.580.000.22   0.13
XYZ37.817057.018648.0423
Yxy57.01860.26470.3991
Hunter Lab75.5107-42.747915.1353
CIE-Lab80.1901-46.862113.5854

#5dddac color RGB value is (93,221,172).

#5dddac hex color red value is 93, green value is 221 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5dddac hue: 0.44 , saturation: 0.65 and the lightness value of 5dddac is 0.62.

The process color (four color CMYK) of #5dddac color hex is 0.58, 0.00, 0.22, 0.13. Web safe color of #5dddac is #66cc99. Color #5dddac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011101 10101100
Octal 135 335 254
Decimal 93 221 172
Hex 5D DD AC

RGB Percentages of Color #5dddac

%19.14
%45.47
%35.39

CMYK Percentages of Color #5dddac

%58
%0
%22
%13

Triadic Colors of #5dddac

#5dddac #ac5ddd #ddac5d

Analogous Colors of #5dddac

#5dddac #5dcedd #5ddd6c

Monochromatic Colors of #5dddac

#5dddac

Complementary Color

#5dddac #dd5d8e

#5dddac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dddac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dddac Color CSS Codes

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

#5dddac Text Font Color

<p style="color:#5dddac">Text here</p>

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


#5dddac Background Color

<div style="background-color:#5dddac">
Div content here</div>

This div background color is #5dddac


#5dddac Border Color

<div style="border:3px solid #5dddac">
Div here</div>

This div border color is #5dddac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,221,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5dddac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5dddac;
  -webkit-box-shadow: 1px 1px 3px 2px #5dddac;
  box-shadow:         1px 1px 3px 2px #5dddac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dddac


Comments

No comments written yet.

Please login to write comment.