Color Hex Logo

#5dfdf8 Color Hex

#5DFDF8
(93,253,248)
0 Favorites   0 Comments

Color spaces of #5dfdf8

RGB 93253248
HSL0.490.980.68
HSV178°63°99°
CMYK 0.630.000.02   0.01
XYZ56.582879.3550101.1418
Yxy79.35500.23870.3347
Hunter Lab89.0814-42.5127-4.9600
CIE-Lab91.3947-42.2925-9.9800

#5dfdf8 color RGB value is (93,253,248).

#5dfdf8 hex color red value is 93, green value is 253 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #5dfdf8 hue: 0.49 , saturation: 0.98 and the lightness value of 5dfdf8 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111101 11111000
Octal 135 375 370
Decimal 93 253 248
Hex 5D FD F8

RGB Percentages of Color #5dfdf8

%15.66
%42.59
%41.75

CMYK Percentages of Color #5dfdf8

%63
%0
%2
%1

Triadic Colors of #5dfdf8

#5dfdf8 #f85dfd #fdf85d

Analogous Colors of #5dfdf8

#5dfdf8 #5db2fd #5dfda8

Monochromatic Colors of #5dfdf8

#5dfdf8

Complementary Color

#5dfdf8 #fd5d62

#5dfdf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dfdf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dfdf8 Color CSS Codes

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

#5dfdf8 Text Font Color

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

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


#5dfdf8 Background Color

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

This div background color is #5dfdf8


#5dfdf8 Border Color

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

This div border color is #5dfdf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dfdf8

Related Colors


Comments

No comments written yet.

Please login to write comment.