Color Hex Logo

#5dfcce Color Hex

#5DFCCE
(93,252,206)
0 Favorites   0 Comments

Color spaces of #5dfcce

RGB 93252206
HSL0.450.960.68
HSV163°63°99°
CMYK 0.630.000.18   0.01
XYZ50.465276.404270.4802
Yxy76.40420.25570.3872
Hunter Lab87.4095-49.911013.3798
CIE-Lab90.0467-52.22259.8313

#5dfcce color RGB value is (93,252,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111100 11001110
Octal 135 374 316
Decimal 93 252 206
Hex 5D FC CE

RGB Percentages of Color #5dfcce

%16.88
%45.74
%37.39

CMYK Percentages of Color #5dfcce

%63
%0
%18
%1

Triadic Colors of #5dfcce

#5dfcce #ce5dfc #fcce5d

Analogous Colors of #5dfcce

#5dfcce #5ddbfc #5dfc7f

Monochromatic Colors of #5dfcce

#5dfcce

Complementary Color

#5dfcce #fc5d8b

#5dfcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dfcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dfcce Color CSS Codes

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

#5dfcce Text Font Color

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

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


#5dfcce Background Color

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

This div background color is #5dfcce


#5dfcce Border Color

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

This div border color is #5dfcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dfcce

Related Colors


Comments

No comments written yet.

Please login to write comment.