Color Hex Logo

#5debbd Color Hex

#5DEBBD
(93,235,189)
0 Favorites   0 Comments

Color spaces of #5debbd

RGB 93235189
HSL0.450.780.64
HSV161°60°92°
CMYK 0.600.000.20   0.08
XYZ43.407865.417958.4832
Yxy65.41790.25940.3910
Hunter Lab80.8813-45.744113.7459
CIE-Lab84.6986-48.999311.0433

#5debbd color RGB value is (93,235,189).

#5debbd hex color red value is 93, green value is 235 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5debbd hue: 0.45 , saturation: 0.78 and the lightness value of 5debbd is 0.64.

The process color (four color CMYK) of #5debbd color hex is 0.60, 0.00, 0.20, 0.08. Web safe color of #5debbd is #66ffcc. Color #5debbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11101011 10111101
Octal 135 353 275
Decimal 93 235 189
Hex 5D EB BD

RGB Percentages of Color #5debbd

%17.99
%45.45
%36.56

CMYK Percentages of Color #5debbd

%60
%0
%20
%8

Triadic Colors of #5debbd

#5debbd #bd5deb #ebbd5d

Analogous Colors of #5debbd

#5debbd #5dd2eb #5deb76

Monochromatic Colors of #5debbd

#5debbd

Complementary Color

#5debbd #eb5d8b

#5debbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5debbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5debbd Color CSS Codes

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

#5debbd Text Font Color

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

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


#5debbd Background Color

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

This div background color is #5debbd


#5debbd Border Color

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

This div border color is #5debbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5debbd


Comments

No comments written yet.

Please login to write comment.