Color Hex Logo

#5dcecd Color Hex

#5DCECD
(93,206,205)
0 Favorites   0 Comments

Color spaces of #5dcecd

RGB 93206205
HSL0.500.540.59
HSV179°55°81°
CMYK 0.550.000.00   0.19
XYZ37.605050.877565.5960
Yxy50.87750.24410.3302
Hunter Lab71.3285-30.7180-4.5951
CIE-Lab76.6047-32.0967-9.2520

#5dcecd color RGB value is (93,206,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001110 11001101
Octal 135 316 315
Decimal 93 206 205
Hex 5D CE CD

RGB Percentages of Color #5dcecd

%18.45
%40.87
%40.67

CMYK Percentages of Color #5dcecd

%55
%0
%0
%19

Triadic Colors of #5dcecd

#5dcecd #cd5dce #cecd5d

Analogous Colors of #5dcecd

#5dcecd #5d97ce #5dce95

Monochromatic Colors of #5dcecd

#5dcecd

Complementary Color

#5dcecd #ce5d5e

#5dcecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dcecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dcecd Color CSS Codes

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

#5dcecd Text Font Color

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

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


#5dcecd Background Color

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

This div background color is #5dcecd


#5dcecd Border Color

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

This div border color is #5dcecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dcecd


Comments

No comments written yet.

Please login to write comment.