Color Hex Logo

#5dadb4 Color Hex

#5DADB4
(93,173,180)
0 Favorites   0 Comments

Color spaces of #5dadb4

RGB 93173180
HSL0.510.370.54
HSV185°48°71°
CMYK 0.480.040.00   0.29
XYZ27.696035.509648.5743
Yxy35.50960.24780.3177
Hunter Lab59.5899-21.3198-6.6169
CIE-Lab66.1435-22.5826-11.1928

#5dadb4 color RGB value is (93,173,180).

#5dadb4 hex color red value is 93, green value is 173 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #5dadb4 hue: 0.51 , saturation: 0.37 and the lightness value of 5dadb4 is 0.54.

The process color (four color CMYK) of #5dadb4 color hex is 0.48, 0.04, 0.00, 0.29. Web safe color of #5dadb4 is #6699cc. Color #5dadb4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101101 10110100
Octal 135 255 264
Decimal 93 173 180
Hex 5D AD B4

RGB Percentages of Color #5dadb4

%20.85
%38.79
%40.36

CMYK Percentages of Color #5dadb4

%48
%4
%0
%29

Triadic Colors of #5dadb4

#5dadb4 #b45dad #adb45d

Analogous Colors of #5dadb4

#5dadb4 #5d82b4 #5db490

Monochromatic Colors of #5dadb4

#5dadb4

Complementary Color

#5dadb4 #b4645d

#5dadb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dadb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dadb4 Color CSS Codes

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

#5dadb4 Text Font Color

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

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


#5dadb4 Background Color

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

This div background color is #5dadb4


#5dadb4 Border Color

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

This div border color is #5dadb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dadb4


Comments

No comments written yet.

Please login to write comment.