Color Hex Logo

#5dadae Color Hex

#5DADAE
(93,173,174)
0 Favorites   0 Comments

Color spaces of #5dadae

RGB 93173174
HSL0.500.330.52
HSV181°47°68°
CMYK 0.470.010.00   0.32
XYZ27.097835.270345.4240
Yxy35.27030.25140.3272
Hunter Lab59.3888-22.4848-3.7763
CIE-Lab65.9586-24.1894-8.1338

#5dadae color RGB value is (93,173,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101101 10101110
Octal 135 255 256
Decimal 93 173 174
Hex 5D AD AE

RGB Percentages of Color #5dadae

%21.14
%39.32
%39.55

CMYK Percentages of Color #5dadae

%47
%1
%0
%32

Triadic Colors of #5dadae

#5dadae #ae5dad #adae5d

Analogous Colors of #5dadae

#5dadae #5d85ae #5dae87

Monochromatic Colors of #5dadae

#5dadae

Complementary Color

#5dadae #ae5e5d

#5dadae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dadae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dadae Color CSS Codes

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

#5dadae Text Font Color

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

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


#5dadae Background Color

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

This div background color is #5dadae


#5dadae Border Color

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

This div border color is #5dadae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dadae


Comments

No comments written yet.

Please login to write comment.