Color Hex Logo

#5dfaba Color Hex

#5DFABA
(93,250,186)
0 Favorites   0 Comments

Color spaces of #5dfaba

RGB 93250186
HSL0.430.940.67
HSV156°63°98°
CMYK 0.630.000.26   0.02
XYZ47.562774.243558.2780
Yxy74.24350.26410.4123
Hunter Lab86.1647-52.256620.2141
CIE-Lab89.0374-55.788218.7144

#5dfaba color RGB value is (93,250,186).

#5dfaba hex color red value is 93, green value is 250 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5dfaba hue: 0.43 , saturation: 0.94 and the lightness value of 5dfaba is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111010 10111010
Octal 135 372 272
Decimal 93 250 186
Hex 5D FA BA

RGB Percentages of Color #5dfaba

%17.58
%47.26
%35.16

CMYK Percentages of Color #5dfaba

%63
%0
%26
%2

Triadic Colors of #5dfaba

#5dfaba #ba5dfa #faba5d

Analogous Colors of #5dfaba

#5dfaba #5decfa #5dfa6c

Monochromatic Colors of #5dfaba

#5dfaba

Complementary Color

#5dfaba #fa5d9d

#5dfaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dfaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dfaba Color CSS Codes

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

#5dfaba Text Font Color

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

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


#5dfaba Background Color

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

This div background color is #5dfaba


#5dfaba Border Color

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

This div border color is #5dfaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dfaba


Comments

No comments written yet.

Please login to write comment.