Color Hex Logo

#5dbeae Color Hex

#5DBEAE
(93,190,174)
0 Favorites   0 Comments

Color spaces of #5dbeae

RGB 93190174
HSL0.470.430.55
HSV170°51°75°
CMYK 0.510.000.08   0.25
XYZ30.567642.210146.5807
Yxy42.21010.25610.3536
Hunter Lab64.9693-29.71332.9697
CIE-Lab71.0155-32.5009-0.6728

#5dbeae color RGB value is (93,190,174).

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

The process color (four color CMYK) of #5dbeae color hex is 0.51, 0.00, 0.08, 0.25. Web safe color of #5dbeae is #66cc99. Color #5dbeae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111110 10101110
Octal 135 276 256
Decimal 93 190 174
Hex 5D BE AE

RGB Percentages of Color #5dbeae

%20.35
%41.58
%38.07

CMYK Percentages of Color #5dbeae

%51
%0
%8
%25

Triadic Colors of #5dbeae

#5dbeae #ae5dbe #beae5d

Analogous Colors of #5dbeae

#5dbeae #5d9ebe #5dbe7e

Monochromatic Colors of #5dbeae

#5dbeae

Complementary Color

#5dbeae #be5d6d

#5dbeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbeae Color CSS Codes

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

#5dbeae Text Font Color

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

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


#5dbeae Background Color

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

This div background color is #5dbeae


#5dbeae Border Color

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

This div border color is #5dbeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbeae


Comments

No comments written yet.

Please login to write comment.