Color Hex Logo

#5ddfac Color Hex

#5DDFAC
(93,223,172)
0 Favorites   0 Comments

Color spaces of #5ddfac

RGB 93223172
HSL0.430.670.62
HSV156°58°87°
CMYK 0.580.000.23   0.13
XYZ38.348358.081148.2193
Yxy58.08110.26510.4015
Hunter Lab76.2110-43.550415.8344
CIE-Lab80.7839-47.707414.4224

#5ddfac color RGB value is (93,223,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011111 10101100
Octal 135 337 254
Decimal 93 223 172
Hex 5D DF AC

RGB Percentages of Color #5ddfac

%19.06
%45.70
%35.25

CMYK Percentages of Color #5ddfac

%58
%0
%23
%13

Triadic Colors of #5ddfac

#5ddfac #ac5ddf #dfac5d

Analogous Colors of #5ddfac

#5ddfac #5dd1df #5ddf6b

Monochromatic Colors of #5ddfac

#5ddfac

Complementary Color

#5ddfac #df5d90

#5ddfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ddfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ddfac Color CSS Codes

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

#5ddfac Text Font Color

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

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


#5ddfac Background Color

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

This div background color is #5ddfac


#5ddfac Border Color

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

This div border color is #5ddfac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,223,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 #5ddfac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ddfac


Comments

No comments written yet.

Please login to write comment.