Color Hex Logo

#5debbb Color Hex

#5DEBBB
(93,235,187)
0 Favorites   0 Comments

Color spaces of #5debbb

RGB 93235187
HSL0.440.780.64
HSV160°60°92°
CMYK 0.600.000.20   0.08
XYZ43.192265.331757.3475
Yxy65.33170.26040.3939
Hunter Lab80.8280-46.063714.5134
CIE-Lab84.6544-49.447112.0263

#5debbb color RGB value is (93,235,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11101011 10111011
Octal 135 353 273
Decimal 93 235 187
Hex 5D EB BB

RGB Percentages of Color #5debbb

%18.06
%45.63
%36.31

CMYK Percentages of Color #5debbb

%60
%0
%20
%8

Triadic Colors of #5debbb

#5debbb #bb5deb #ebbb5d

Analogous Colors of #5debbb

#5debbb #5dd4eb #5deb74

Monochromatic Colors of #5debbb

#5debbb

Complementary Color

#5debbb #eb5d8d

#5debbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5debbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5debbb Color CSS Codes

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

#5debbb Text Font Color

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

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


#5debbb Background Color

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

This div background color is #5debbb


#5debbb Border Color

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

This div border color is #5debbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5debbb


Comments

No comments written yet.

Please login to write comment.