Color Hex Logo

#5debcb Color Hex

#5DEBCB
(93,235,203)
0 Favorites   0 Comments

Color spaces of #5debcb

RGB 93235203
HSL0.460.780.64
HSV166°60°92°
CMYK 0.600.000.14   0.08
XYZ45.002066.055666.8781
Yxy66.05560.25290.3712
Hunter Lab81.2746-43.39458.1045
CIE-Lab85.0248-45.74794.1719

#5debcb color RGB value is (93,235,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11101011 11001011
Octal 135 353 313
Decimal 93 235 203
Hex 5D EB CB

RGB Percentages of Color #5debcb

%17.51
%44.26
%38.23

CMYK Percentages of Color #5debcb

%60
%0
%14
%8

Triadic Colors of #5debcb

#5debcb #cb5deb #ebcb5d

Analogous Colors of #5debcb

#5debcb #5dc4eb #5deb84

Monochromatic Colors of #5debcb

#5debcb

Complementary Color

#5debcb #eb5d7d

#5debcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5debcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5debcb Color CSS Codes

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

#5debcb Text Font Color

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

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


#5debcb Background Color

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

This div background color is #5debcb


#5debcb Border Color

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

This div border color is #5debcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5debcb


Comments

No comments written yet.

Please login to write comment.