Color Hex Logo

#5dacaf Color Hex

#5DACAF
(93,172,175)
0 Favorites   0 Comments

Color spaces of #5dacaf

RGB 93172175
HSL0.510.340.53
HSV182°47°69°
CMYK 0.470.020.00   0.31
XYZ27.004634.927345.8758
Yxy34.92730.25050.3240
Hunter Lab59.0993-21.8608-4.6543
CIE-Lab65.6920-23.4182-9.0872

#5dacaf color RGB value is (93,172,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101100 10101111
Octal 135 254 257
Decimal 93 172 175
Hex 5D AC AF

RGB Percentages of Color #5dacaf

%21.14
%39.09
%39.77

CMYK Percentages of Color #5dacaf

%47
%2
%0
%31

Triadic Colors of #5dacaf

#5dacaf #af5dac #acaf5d

Analogous Colors of #5dacaf

#5dacaf #5d83af #5daf89

Monochromatic Colors of #5dacaf

#5dacaf

Complementary Color

#5dacaf #af605d

#5dacaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dacaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dacaf Color CSS Codes

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

#5dacaf Text Font Color

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

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


#5dacaf Background Color

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

This div background color is #5dacaf


#5dacaf Border Color

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

This div border color is #5dacaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dacaf


Comments

No comments written yet.

Please login to write comment.