Color Hex Logo

#5dfcdc Color Hex

#5DFCDC
(93,252,220)
0 Favorites   0 Comments

Color spaces of #5dfcdc

RGB 93252220
HSL0.470.960.68
HSV168°63°99°
CMYK 0.630.000.13   0.01
XYZ52.242977.115379.8414
Yxy77.11530.24970.3686
Hunter Lab87.8153-47.48407.5644
CIE-Lab90.3747-48.93693.0533

#5dfcdc color RGB value is (93,252,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111100 11011100
Octal 135 374 334
Decimal 93 252 220
Hex 5D FC DC

RGB Percentages of Color #5dfcdc

%16.46
%44.60
%38.94

CMYK Percentages of Color #5dfcdc

%63
%0
%13
%1

Triadic Colors of #5dfcdc

#5dfcdc #dc5dfc #fcdc5d

Analogous Colors of #5dfcdc

#5dfcdc #5dcdfc #5dfc8d

Monochromatic Colors of #5dfcdc

#5dfcdc

Complementary Color

#5dfcdc #fc5d7d

#5dfcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dfcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dfcdc Color CSS Codes

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

#5dfcdc Text Font Color

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

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


#5dfcdc Background Color

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

This div background color is #5dfcdc


#5dfcdc Border Color

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

This div border color is #5dfcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dfcdc


Comments

No comments written yet.

Please login to write comment.