Color Hex Logo

#5debdd Color Hex

#5DEBDD
(93,235,221)
0 Favorites   0 Comments

Color spaces of #5debdd

RGB 93235221
HSL0.480.780.64
HSV174°60°92°
CMYK 0.600.000.06   0.08
XYZ47.273766.964378.8404
Yxy66.96430.24480.3468
Hunter Lab81.8317-40.08710.1595
CIE-Lab85.4859-41.2856-4.6187

#5debdd color RGB value is (93,235,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11101011 11011101
Octal 135 353 335
Decimal 93 235 221
Hex 5D EB DD

RGB Percentages of Color #5debdd

%16.94
%42.81
%40.26

CMYK Percentages of Color #5debdd

%60
%0
%6
%8

Triadic Colors of #5debdd

#5debdd #dd5deb #ebdd5d

Analogous Colors of #5debdd

#5debdd #5db2eb #5deb96

Monochromatic Colors of #5debdd

#5debdd

Complementary Color

#5debdd #eb5d6b

#5debdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5debdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5debdd Color CSS Codes

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

#5debdd Text Font Color

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

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


#5debdd Background Color

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

This div background color is #5debdd


#5debdd Border Color

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

This div border color is #5debdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5debdd


Comments

No comments written yet.

Please login to write comment.