Color Hex Logo

#5dbeaf Color Hex

#5DBEAF
(93,190,175)
0 Favorites   0 Comments

Color spaces of #5dbeaf

RGB 93190175
HSL0.470.430.55
HSV171°51°75°
CMYK 0.510.000.08   0.25
XYZ30.665542.249247.0961
Yxy42.24920.25550.3520
Hunter Lab64.9994-29.53592.5403
CIE-Lab71.0424-32.2514-1.1802

#5dbeaf color RGB value is (93,190,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111110 10101111
Octal 135 276 257
Decimal 93 190 175
Hex 5D BE AF

RGB Percentages of Color #5dbeaf

%20.31
%41.48
%38.21

CMYK Percentages of Color #5dbeaf

%51
%0
%8
%25

Triadic Colors of #5dbeaf

#5dbeaf #af5dbe #beaf5d

Analogous Colors of #5dbeaf

#5dbeaf #5d9dbe #5dbe7f

Monochromatic Colors of #5dbeaf

#5dbeaf

Complementary Color

#5dbeaf #be5d6c

#5dbeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbeaf Color CSS Codes

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

#5dbeaf Text Font Color

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

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


#5dbeaf Background Color

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

This div background color is #5dbeaf


#5dbeaf Border Color

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

This div border color is #5dbeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbeaf


Comments

No comments written yet.

Please login to write comment.