Color Hex Logo

#5debbc Color Hex

#5DEBBC
(93,235,188)
0 Favorites   0 Comments

Color spaces of #5debbc

RGB 93235188
HSL0.440.780.64
HSV160°60°92°
CMYK 0.600.000.20   0.08
XYZ43.299665.374757.9134
Yxy65.37470.25990.3924
Hunter Lab80.8546-45.904514.1308
CIE-Lab84.6764-49.224011.5348

#5debbc color RGB value is (93,235,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11101011 10111100
Octal 135 353 274
Decimal 93 235 188
Hex 5D EB BC

RGB Percentages of Color #5debbc

%18.02
%45.54
%36.43

CMYK Percentages of Color #5debbc

%60
%0
%20
%8

Triadic Colors of #5debbc

#5debbc #bc5deb #ebbc5d

Analogous Colors of #5debbc

#5debbc #5dd3eb #5deb75

Monochromatic Colors of #5debbc

#5debbc

Complementary Color

#5debbc #eb5d8c

#5debbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5debbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5debbc Color CSS Codes

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

#5debbc Text Font Color

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

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


#5debbc Background Color

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

This div background color is #5debbc


#5debbc Border Color

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

This div border color is #5debbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5debbc


Comments

No comments written yet.

Please login to write comment.