Color Hex Logo

#5dabac Color Hex

#5DABAC
(93,171,172)
0 Favorites   0 Comments

Color spaces of #5dabac

RGB 93171172
HSL0.500.320.52
HSV181°46°67°
CMYK 0.460.010.00   0.33
XYZ26.523534.431544.2777
Yxy34.43150.25200.3272
Hunter Lab58.6784-22.0025-3.6644
CIE-Lab65.3036-23.7078-7.9952

#5dabac color RGB value is (93,171,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101011 10101100
Octal 135 253 254
Decimal 93 171 172
Hex 5D AB AC

RGB Percentages of Color #5dabac

%21.33
%39.22
%39.45

CMYK Percentages of Color #5dabac

%46
%1
%0
%33

Triadic Colors of #5dabac

#5dabac #ac5dab #abac5d

Analogous Colors of #5dabac

#5dabac #5d84ac #5dac86

Monochromatic Colors of #5dabac

#5dabac

Complementary Color

#5dabac #ac5e5d

#5dabac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dabac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dabac Color CSS Codes

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

#5dabac Text Font Color

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

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


#5dabac Background Color

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

This div background color is #5dabac


#5dabac Border Color

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

This div border color is #5dabac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dabac


Comments

No comments written yet.

Please login to write comment.