Color Hex Logo

#5dfcab Color Hex

#5DFCAB
(93,252,171)
0 Favorites   0 Comments

Color spaces of #5dfcab

RGB 93252171
HSL0.420.960.68
HSV149°63°99°
CMYK 0.630.000.32   0.01
XYZ46.675374.888250.5229
Yxy74.88820.27120.4352
Hunter Lab86.5380-55.165325.9617
CIE-Lab89.3406-59.579226.7854

#5dfcab color RGB value is (93,252,171).

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

The process color (four color CMYK) of #5dfcab color hex is 0.63, 0.00, 0.32, 0.01. Web safe color of #5dfcab is #66ff99. Color #5dfcab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111100 10101011
Octal 135 374 253
Decimal 93 252 171
Hex 5D FC AB

RGB Percentages of Color #5dfcab

%18.02
%48.84
%33.14

CMYK Percentages of Color #5dfcab

%63
%0
%32
%1

Triadic Colors of #5dfcab

#5dfcab #ab5dfc #fcab5d

Analogous Colors of #5dfcab

#5dfcab #5dfcfb #5ffc5d

Monochromatic Colors of #5dfcab

#5dfcab

Complementary Color

#5dfcab #fc5dae

#5dfcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dfcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dfcab Color CSS Codes

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

#5dfcab Text Font Color

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

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


#5dfcab Background Color

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

This div background color is #5dfcab


#5dfcab Border Color

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

This div border color is #5dfcab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,252,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 #5dfcab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dfcab


Comments

No comments written yet.

Please login to write comment.