Color Hex Logo

#5dffca Color Hex

#5DFFCA
(93,255,202)
0 Favorites   0 Comments

Color spaces of #5dffca

RGB 93255202
HSL0.451.000.68
HSV160°64°100°
CMYK 0.640.000.21   0.00
XYZ50.934978.111468.2696
Yxy78.11140.25810.3959
Hunter Lab88.3807-51.794316.0679
CIE-Lab90.8307-54.349813.0111

#5dffca color RGB value is (93,255,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111111 11001010
Octal 135 377 312
Decimal 93 255 202
Hex 5D FF CA

RGB Percentages of Color #5dffca

%16.91
%46.36
%36.73

CMYK Percentages of Color #5dffca

%64
%0
%21
%0

Triadic Colors of #5dffca

#5dffca #ca5dff #ffca5d

Analogous Colors of #5dffca

#5dffca #5de3ff #5dff79

Monochromatic Colors of #5dffca

#5dffca

Complementary Color

#5dffca #ff5d92

#5dffca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dffca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dffca Color CSS Codes

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

#5dffca Text Font Color

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

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


#5dffca Background Color

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

This div background color is #5dffca


#5dffca Border Color

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

This div border color is #5dffca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dffca

Related Colors

#5dffca Color Palettes


Comments

No comments written yet.

Please login to write comment.