Color Hex Logo

#5dadba Color Hex

#5DADBA
(93,173,186)
0 Favorites   0 Comments

Color spaces of #5dadba

RGB 93173186
HSL0.520.400.55
HSV188°50°73°
CMYK 0.500.070.00   0.27
XYZ28.320735.759551.8640
Yxy35.75950.24430.3084
Hunter Lab59.7992-20.1118-9.5629
CIE-Lab66.3358-20.9375-14.2361

#5dadba color RGB value is (93,173,186).

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

The process color (four color CMYK) of #5dadba color hex is 0.50, 0.07, 0.00, 0.27. Web safe color of #5dadba is #6699cc. Color #5dadba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101101 10111010
Octal 135 255 272
Decimal 93 173 186
Hex 5D AD BA

RGB Percentages of Color #5dadba

%20.58
%38.27
%41.15

CMYK Percentages of Color #5dadba

%50
%7
%0
%27

Triadic Colors of #5dadba

#5dadba #ba5dad #adba5d

Analogous Colors of #5dadba

#5dadba #5d7fba #5dba99

Monochromatic Colors of #5dadba

#5dadba

Complementary Color

#5dadba #ba6a5d

#5dadba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dadba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dadba Color CSS Codes

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

#5dadba Text Font Color

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

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


#5dadba Background Color

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

This div background color is #5dadba


#5dadba Border Color

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

This div border color is #5dadba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dadba


Comments

No comments written yet.

Please login to write comment.