Color Hex Logo

#5daaba Color Hex

#5DAABA
(93,170,186)
0 Favorites   0 Comments

Color spaces of #5daaba

RGB 93170186
HSL0.530.400.55
HSV190°50°73°
CMYK 0.500.090.00   0.27
XYZ27.751934.621851.6744
Yxy34.62180.24330.3036
Hunter Lab58.8403-18.7814-10.8811
CIE-Lab65.4531-19.3840-15.5673

#5daaba color RGB value is (93,170,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101010 10111010
Octal 135 252 272
Decimal 93 170 186
Hex 5D AA BA

RGB Percentages of Color #5daaba

%20.71
%37.86
%41.43

CMYK Percentages of Color #5daaba

%50
%9
%0
%27

Triadic Colors of #5daaba

#5daaba #ba5daa #aaba5d

Analogous Colors of #5daaba

#5daaba #5d7cba #5dba9c

Monochromatic Colors of #5daaba

#5daaba

Complementary Color

#5daaba #ba6d5d

#5daaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5daaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5daaba Color CSS Codes

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

#5daaba Text Font Color

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

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


#5daaba Background Color

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

This div background color is #5daaba


#5daaba Border Color

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

This div border color is #5daaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5daaba

#5daaba Color Palettes


Comments

No comments written yet.

Please login to write comment.