Color Hex Logo

#5daeac Color Hex

#5DAEAC
(93,174,172)
0 Favorites   0 Comments

Color spaces of #5daeac

RGB 93174172
HSL0.500.330.52
HSV179°47°68°
CMYK 0.470.000.01   0.32
XYZ27.096635.577844.4688
Yxy35.57780.25290.3321
Hunter Lab59.6471-23.2932-2.4496
CIE-Lab66.1961-25.2179-6.6694

#5daeac color RGB value is (93,174,172).

#5daeac hex color red value is 93, green value is 174 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5daeac hue: 0.50 , saturation: 0.33 and the lightness value of 5daeac is 0.52.

The process color (four color CMYK) of #5daeac color hex is 0.47, 0.00, 0.01, 0.32. Web safe color of #5daeac is #669999. Color #5daeac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101110 10101100
Octal 135 256 254
Decimal 93 174 172
Hex 5D AE AC

RGB Percentages of Color #5daeac

%21.18
%39.64
%39.18

CMYK Percentages of Color #5daeac

%47
%0
%1
%32

Triadic Colors of #5daeac

#5daeac #ac5dae #aeac5d

Analogous Colors of #5daeac

#5daeac #5d88ae #5dae84

Monochromatic Colors of #5daeac

#5daeac

Complementary Color

#5daeac #ae5d5f

#5daeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5daeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5daeac Color CSS Codes

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

#5daeac Text Font Color

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

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


#5daeac Background Color

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

This div background color is #5daeac


#5daeac Border Color

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

This div border color is #5daeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5daeac


Comments

No comments written yet.

Please login to write comment.