Color Hex Logo

#5dcead Color Hex

#5DCEAD
(93,206,173)
0 Favorites   0 Comments

Color spaces of #5dcead

RGB 93206173
HSL0.450.540.59
HSV162°55°81°
CMYK 0.550.000.16   0.19
XYZ34.128349.486947.2883
Yxy49.48690.26070.3780
Hunter Lab70.3469-36.50919.3872
CIE-Lab75.7532-40.10616.7364

#5dcead color RGB value is (93,206,173).

#5dcead hex color red value is 93, green value is 206 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5dcead hue: 0.45 , saturation: 0.54 and the lightness value of 5dcead is 0.59.

The process color (four color CMYK) of #5dcead color hex is 0.55, 0.00, 0.16, 0.19. Web safe color of #5dcead is #66cc99. Color #5dcead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001110 10101101
Octal 135 316 255
Decimal 93 206 173
Hex 5D CE AD

RGB Percentages of Color #5dcead

%19.70
%43.64
%36.65

CMYK Percentages of Color #5dcead

%55
%0
%16
%19

Triadic Colors of #5dcead

#5dcead #ad5dce #cead5d

Analogous Colors of #5dcead

#5dcead #5db7ce #5dce75

Monochromatic Colors of #5dcead

#5dcead

Complementary Color

#5dcead #ce5d7e

#5dcead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dcead Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dcead Color CSS Codes

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

#5dcead Text Font Color

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

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


#5dcead Background Color

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

This div background color is #5dcead


#5dcead Border Color

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

This div border color is #5dcead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dcead


Comments

No comments written yet.

Please login to write comment.