Color Hex Logo

#5dffcc Color Hex

#5DFFCC
(93,255,204)
0 Favorites   0 Comments

Color spaces of #5dffcc

RGB 93255204
HSL0.451.000.68
HSV161°64°100°
CMYK 0.640.000.20   0.00
XYZ51.173378.206869.5250
Yxy78.20680.25730.3932
Hunter Lab88.4346-51.470315.2920
CIE-Lab90.8742-53.904512.0432

#5dffcc color RGB value is (93,255,204).

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

The process color (four color CMYK) of #5dffcc color hex is 0.64, 0.00, 0.20, 0.00. Web safe color of #5dffcc is #66ffcc. Color #5dffcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111111 11001100
Octal 135 377 314
Decimal 93 255 204
Hex 5D FF CC

RGB Percentages of Color #5dffcc

%16.85
%46.20
%36.96

CMYK Percentages of Color #5dffcc

%64
%0
%20
%0

Triadic Colors of #5dffcc

#5dffcc #cc5dff #ffcc5d

Analogous Colors of #5dffcc

#5dffcc #5de1ff #5dff7b

Monochromatic Colors of #5dffcc

#5dffcc

Complementary Color

#5dffcc #ff5d90

#5dffcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dffcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dffcc Color CSS Codes

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

#5dffcc Text Font Color

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

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


#5dffcc Background Color

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

This div background color is #5dffcc


#5dffcc Border Color

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

This div border color is #5dffcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dffcc

Related Colors


Comments

No comments written yet.

Please login to write comment.