Color Hex Logo

#5dfbe7 Color Hex

#5DFBE7
(93,251,231)
0 Favorites   0 Comments

Color spaces of #5dfbe7

RGB 93251231
HSL0.480.950.67
HSV172°63°98°
CMYK 0.630.000.08   0.02
XYZ53.435277.091087.6650
Yxy77.09100.24490.3533
Hunter Lab87.8015-45.01912.2632
CIE-Lab90.3635-45.7963-2.6743

#5dfbe7 color RGB value is (93,251,231).

#5dfbe7 hex color red value is 93, green value is 251 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #5dfbe7 hue: 0.48 , saturation: 0.95 and the lightness value of 5dfbe7 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111011 11100111
Octal 135 373 347
Decimal 93 251 231
Hex 5D FB E7

RGB Percentages of Color #5dfbe7

%16.17
%43.65
%40.17

CMYK Percentages of Color #5dfbe7

%63
%0
%8
%2

Triadic Colors of #5dfbe7

#5dfbe7 #e75dfb #fbe75d

Analogous Colors of #5dfbe7

#5dfbe7 #5dc0fb #5dfb98

Monochromatic Colors of #5dfbe7

#5dfbe7

Complementary Color

#5dfbe7 #fb5d71

#5dfbe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dfbe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dfbe7 Color CSS Codes

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

#5dfbe7 Text Font Color

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

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


#5dfbe7 Background Color

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

This div background color is #5dfbe7


#5dfbe7 Border Color

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

This div border color is #5dfbe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dfbe7


Comments

No comments written yet.

Please login to write comment.