Color Hex Logo

#5dadaf Color Hex

#5DADAF
(93,173,175)
0 Favorites   0 Comments

Color spaces of #5dadaf

RGB 93173175
HSL0.500.340.53
HSV181°47°69°
CMYK 0.470.010.00   0.31
XYZ27.195635.309445.9395
Yxy35.30940.25080.3256
Hunter Lab59.4217-22.2937-4.2425
CIE-Lab65.9888-23.9245-8.6448

#5dadaf color RGB value is (93,173,175).

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

The process color (four color CMYK) of #5dadaf color hex is 0.47, 0.01, 0.00, 0.31. Web safe color of #5dadaf is #669999. Color #5dadaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101101 10101111
Octal 135 255 257
Decimal 93 173 175
Hex 5D AD AF

RGB Percentages of Color #5dadaf

%21.09
%39.23
%39.68

CMYK Percentages of Color #5dadaf

%47
%1
%0
%31

Triadic Colors of #5dadaf

#5dadaf #af5dad #adaf5d

Analogous Colors of #5dadaf

#5dadaf #5d84af #5daf88

Monochromatic Colors of #5dadaf

#5dadaf

Complementary Color

#5dadaf #af5f5d

#5dadaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dadaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dadaf Color CSS Codes

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

#5dadaf Text Font Color

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

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


#5dadaf Background Color

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

This div background color is #5dadaf


#5dadaf Border Color

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

This div border color is #5dadaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dadaf


Comments

No comments written yet.

Please login to write comment.