Color Hex Logo

#5debc5 Color Hex

#5DEBC5
(93,235,197)
0 Favorites   0 Comments

Color spaces of #5debc5

RGB 93235197
HSL0.460.780.64
HSV164°60°92°
CMYK 0.600.000.16   0.08
XYZ44.300665.775063.1843
Yxy65.77500.25570.3796
Hunter Lab81.1018-44.425310.5799
CIE-Lab84.8815-47.16577.1143

#5debc5 color RGB value is (93,235,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11101011 11000101
Octal 135 353 305
Decimal 93 235 197
Hex 5D EB C5

RGB Percentages of Color #5debc5

%17.71
%44.76
%37.52

CMYK Percentages of Color #5debc5

%60
%0
%16
%8

Triadic Colors of #5debc5

#5debc5 #c55deb #ebc55d

Analogous Colors of #5debc5

#5debc5 #5dcaeb #5deb7e

Monochromatic Colors of #5debc5

#5debc5

Complementary Color

#5debc5 #eb5d83

#5debc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5debc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5debc5 Color CSS Codes

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

#5debc5 Text Font Color

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

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


#5debc5 Background Color

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

This div background color is #5debc5


#5debc5 Border Color

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

This div border color is #5debc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5debc5


Comments

No comments written yet.

Please login to write comment.