Color Hex Logo

#5dfbd4 Color Hex

#5DFBD4
(93,251,212)
0 Favorites   0 Comments

Color spaces of #5dfbd4

RGB 93251212
HSL0.460.950.67
HSV165°63°98°
CMYK 0.630.000.16   0.02
XYZ50.895076.075074.2888
Yxy76.07500.25290.3780
Hunter Lab87.2210-48.478810.5556
CIE-Lab89.8942-50.41896.5065

#5dfbd4 color RGB value is (93,251,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111011 11010100
Octal 135 373 324
Decimal 93 251 212
Hex 5D FB D4

RGB Percentages of Color #5dfbd4

%16.73
%45.14
%38.13

CMYK Percentages of Color #5dfbd4

%63
%0
%16
%2

Triadic Colors of #5dfbd4

#5dfbd4 #d45dfb #fbd45d

Analogous Colors of #5dfbd4

#5dfbd4 #5dd3fb #5dfb85

Monochromatic Colors of #5dfbd4

#5dfbd4

Complementary Color

#5dfbd4 #fb5d84

#5dfbd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dfbd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dfbd4 Color CSS Codes

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

#5dfbd4 Text Font Color

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

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


#5dfbd4 Background Color

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

This div background color is #5dfbd4


#5dfbd4 Border Color

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

This div border color is #5dfbd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dfbd4

Related Colors


Comments

No comments written yet.

Please login to write comment.