Color Hex Logo

#5dcabf Color Hex

#5DCABF
(93,202,191)
0 Favorites   0 Comments

Color spaces of #5dcabf

RGB 93202191
HSL0.480.510.58
HSV174°54°79°
CMYK 0.540.000.05   0.21
XYZ35.038748.329856.7721
Yxy48.32980.25000.3449
Hunter Lab69.5196-31.69330.2455
CIE-Lab75.0325-33.8670-4.0212

#5dcabf color RGB value is (93,202,191).

#5dcabf hex color red value is 93, green value is 202 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #5dcabf hue: 0.48 , saturation: 0.51 and the lightness value of 5dcabf is 0.58.

The process color (four color CMYK) of #5dcabf color hex is 0.54, 0.00, 0.05, 0.21. Web safe color of #5dcabf is #66cccc. Color #5dcabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001010 10111111
Octal 135 312 277
Decimal 93 202 191
Hex 5D CA BF

RGB Percentages of Color #5dcabf

%19.14
%41.56
%39.30

CMYK Percentages of Color #5dcabf

%54
%0
%5
%21

Triadic Colors of #5dcabf

#5dcabf #bf5dca #cabf5d

Analogous Colors of #5dcabf

#5dcabf #5d9fca #5dca89

Monochromatic Colors of #5dcabf

#5dcabf

Complementary Color

#5dcabf #ca5d68

#5dcabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dcabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dcabf Color CSS Codes

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

#5dcabf Text Font Color

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

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


#5dcabf Background Color

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

This div background color is #5dcabf


#5dcabf Border Color

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

This div border color is #5dcabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dcabf


Comments

No comments written yet.

Please login to write comment.