Color Hex Logo

#5daeba Color Hex

#5DAEBA
(93,174,186)
0 Favorites   0 Comments

Color spaces of #5daeba

RGB 93174186
HSL0.520.400.55
HSV188°50°73°
CMYK 0.500.060.00   0.27
XYZ28.513236.144451.9281
Yxy36.14440.24460.3100
Hunter Lab60.1202-20.5532-9.1269
CIE-Lab66.6301-21.4513-13.7930

#5daeba color RGB value is (93,174,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101110 10111010
Octal 135 256 272
Decimal 93 174 186
Hex 5D AE BA

RGB Percentages of Color #5daeba

%20.53
%38.41
%41.06

CMYK Percentages of Color #5daeba

%50
%6
%0
%27

Triadic Colors of #5daeba

#5daeba #ba5dae #aeba5d

Analogous Colors of #5daeba

#5daeba #5d80ba #5dba98

Monochromatic Colors of #5daeba

#5daeba

Complementary Color

#5daeba #ba695d

#5daeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5daeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5daeba Color CSS Codes

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

#5daeba Text Font Color

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

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


#5daeba Background Color

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

This div background color is #5daeba


#5daeba Border Color

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

This div border color is #5daeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5daeba


Comments

No comments written yet.

Please login to write comment.