Color Hex Logo

#5dabad Color Hex

#5DABAD
(93,171,173)
0 Favorites   0 Comments

Color spaces of #5dabad

RGB 93171173
HSL0.500.330.52
HSV182°46°68°
CMYK 0.460.010.00   0.32
XYZ26.619934.470144.7855
Yxy34.47010.25140.3256
Hunter Lab58.7112-21.8121-4.1291
CIE-Lab65.3340-23.4434-8.5071

#5dabad color RGB value is (93,171,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101011 10101101
Octal 135 253 255
Decimal 93 171 173
Hex 5D AB AD

RGB Percentages of Color #5dabad

%21.28
%39.13
%39.59

CMYK Percentages of Color #5dabad

%46
%1
%0
%32

Triadic Colors of #5dabad

#5dabad #ad5dab #abad5d

Analogous Colors of #5dabad

#5dabad #5d83ad #5dad87

Monochromatic Colors of #5dabad

#5dabad

Complementary Color

#5dabad #ad5f5d

#5dabad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dabad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dabad Color CSS Codes

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

#5dabad Text Font Color

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

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


#5dabad Background Color

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

This div background color is #5dabad


#5dabad Border Color

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

This div border color is #5dabad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dabad


Comments

No comments written yet.

Please login to write comment.