Color Hex Logo

#5dfcdd Color Hex

#5DFCDD
(93,252,221)
0 Favorites   0 Comments

Color spaces of #5dfcdd

RGB 93252221
HSL0.470.960.68
HSV168°63°99°
CMYK 0.630.000.12   0.01
XYZ52.375777.168480.5411
Yxy77.16840.24930.3673
Hunter Lab87.8455-47.30367.1319
CIE-Lab90.3991-48.69542.5700

#5dfcdd color RGB value is (93,252,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111100 11011101
Octal 135 374 335
Decimal 93 252 221
Hex 5D FC DD

RGB Percentages of Color #5dfcdd

%16.43
%44.52
%39.05

CMYK Percentages of Color #5dfcdd

%63
%0
%12
%1

Triadic Colors of #5dfcdd

#5dfcdd #dd5dfc #fcdd5d

Analogous Colors of #5dfcdd

#5dfcdd #5dccfc #5dfc8e

Monochromatic Colors of #5dfcdd

#5dfcdd

Complementary Color

#5dfcdd #fc5d7c

#5dfcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dfcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dfcdd Color CSS Codes

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

#5dfcdd Text Font Color

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

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


#5dfcdd Background Color

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

This div background color is #5dfcdd


#5dfcdd Border Color

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

This div border color is #5dfcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dfcdd


Comments

No comments written yet.

Please login to write comment.