Color Hex Logo

#5dfdbf Color Hex

#5DFDBF
(93,253,191)
0 Favorites   0 Comments

Color spaces of #5dfdbf

RGB 93253191
HSL0.440.980.68
HSV157°63°99°
CMYK 0.630.000.25   0.01
XYZ49.043576.339361.4403
Yxy76.33930.26250.4086
Hunter Lab87.3724-52.706719.4679
CIE-Lab90.0166-55.931417.5172

#5dfdbf color RGB value is (93,253,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111101 10111111
Octal 135 375 277
Decimal 93 253 191
Hex 5D FD BF

RGB Percentages of Color #5dfdbf

%17.32
%47.11
%35.57

CMYK Percentages of Color #5dfdbf

%63
%0
%25
%1

Triadic Colors of #5dfdbf

#5dfdbf #bf5dfd #fdbf5d

Analogous Colors of #5dfdbf

#5dfdbf #5debfd #5dfd6f

Monochromatic Colors of #5dfdbf

#5dfdbf

Complementary Color

#5dfdbf #fd5d9b

#5dfdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dfdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dfdbf Color CSS Codes

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

#5dfdbf Text Font Color

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

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


#5dfdbf Background Color

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

This div background color is #5dfdbf


#5dfdbf Border Color

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

This div border color is #5dfdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dfdbf


Comments

No comments written yet.

Please login to write comment.