Color Hex Logo

#5dffea Color Hex

#5DFFEA
(93,255,234)
0 Favorites   0 Comments

Color spaces of #5dffea

RGB 93255234
HSL0.481.000.68
HSV172°64°100°
CMYK 0.640.000.08   0.00
XYZ55.125579.787790.3370
Yxy79.78770.24470.3542
Hunter Lab89.3240-46.15722.5644
CIE-Lab91.5895-46.7748-2.4319

#5dffea color RGB value is (93,255,234).

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

The process color (four color CMYK) of #5dffea color hex is 0.64, 0.00, 0.08, 0.00. Web safe color of #5dffea is #66ffff. Color #5dffea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111111 11101010
Octal 135 377 352
Decimal 93 255 234
Hex 5D FF EA

RGB Percentages of Color #5dffea

%15.98
%43.81
%40.21

CMYK Percentages of Color #5dffea

%64
%0
%8
%0

Triadic Colors of #5dffea

#5dffea #ea5dff #ffea5d

Analogous Colors of #5dffea

#5dffea #5dc3ff #5dff99

Monochromatic Colors of #5dffea

#5dffea

Complementary Color

#5dffea #ff5d72

#5dffea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dffea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dffea Color CSS Codes

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

#5dffea Text Font Color

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

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


#5dffea Background Color

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

This div background color is #5dffea


#5dffea Border Color

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

This div border color is #5dffea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dffea

Related Colors


Comments

No comments written yet.

Please login to write comment.