Color Hex Logo

#5dacad Color Hex

#5DACAD
(93,172,173)
0 Favorites   0 Comments

Color spaces of #5dacad

RGB 93172173
HSL0.500.330.52
HSV181°46°68°
CMYK 0.460.010.00   0.32
XYZ26.809634.849344.8487
Yxy34.84930.25170.3272
Hunter Lab59.0333-22.2436-3.7204
CIE-Lab65.6312-23.9490-8.0647

#5dacad color RGB value is (93,172,173).

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

The process color (four color CMYK) of #5dacad color hex is 0.46, 0.01, 0.00, 0.32. Web safe color of #5dacad is #669999. Color #5dacad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101100 10101101
Octal 135 254 255
Decimal 93 172 173
Hex 5D AC AD

RGB Percentages of Color #5dacad

%21.23
%39.27
%39.50

CMYK Percentages of Color #5dacad

%46
%1
%0
%32

Triadic Colors of #5dacad

#5dacad #ad5dac #acad5d

Analogous Colors of #5dacad

#5dacad #5d84ad #5dad86

Monochromatic Colors of #5dacad

#5dacad

Complementary Color

#5dacad #ad5e5d

#5dacad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dacad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dacad Color CSS Codes

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

#5dacad Text Font Color

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

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


#5dacad Background Color

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

This div background color is #5dacad


#5dacad Border Color

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

This div border color is #5dacad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dacad


Comments

No comments written yet.

Please login to write comment.