Color Hex Logo

#5decab Color Hex

#5DECAB
(93,236,171)
0 Favorites   0 Comments

Color spaces of #5decab

RGB 93236171
HSL0.420.790.65
HSV153°61°93°
CMYK 0.610.000.28   0.07
XYZ41.860365.258348.9179
Yxy65.25830.26830.4182
Hunter Lab80.7826-48.873620.6448
CIE-Lab84.6167-53.277220.2980

#5decab color RGB value is (93,236,171).

#5decab hex color red value is 93, green value is 236 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5decab hue: 0.42 , saturation: 0.79 and the lightness value of 5decab is 0.65.

The process color (four color CMYK) of #5decab color hex is 0.61, 0.00, 0.28, 0.07. Web safe color of #5decab is #66ff99. Color #5decab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11101100 10101011
Octal 135 354 253
Decimal 93 236 171
Hex 5D EC AB

RGB Percentages of Color #5decab

%18.60
%47.20
%34.20

CMYK Percentages of Color #5decab

%61
%0
%28
%7

Triadic Colors of #5decab

#5decab #ab5dec #ecab5d

Analogous Colors of #5decab

#5decab #5de6ec #5dec64

Monochromatic Colors of #5decab

#5decab

Complementary Color

#5decab #ec5d9e

#5decab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5decab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5decab Color CSS Codes

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

#5decab Text Font Color

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

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


#5decab Background Color

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

This div background color is #5decab


#5decab Border Color

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

This div border color is #5decab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5decab


Comments

No comments written yet.

Please login to write comment.