Color Hex Logo

#5df9df Color Hex

#5DF9DF
(93,249,223)
0 Favorites   0 Comments

Color spaces of #5df9df

RGB 93249223
HSL0.470.930.67
HSV170°63°98°
CMYK 0.630.000.10   0.02
XYZ51.709275.406281.6415
Yxy75.40620.24770.3612
Hunter Lab86.8367-45.67185.0429
CIE-Lab89.5829-46.92370.3429

#5df9df color RGB value is (93,249,223).

#5df9df hex color red value is 93, green value is 249 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5df9df hue: 0.47 , saturation: 0.93 and the lightness value of 5df9df is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111001 11011111
Octal 135 371 337
Decimal 93 249 223
Hex 5D F9 DF

RGB Percentages of Color #5df9df

%16.46
%44.07
%39.47

CMYK Percentages of Color #5df9df

%63
%0
%10
%2

Triadic Colors of #5df9df

#5df9df #df5df9 #f9df5d

Analogous Colors of #5df9df

#5df9df #5dc5f9 #5df991

Monochromatic Colors of #5df9df

#5df9df

Complementary Color

#5df9df #f95d77

#5df9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5df9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5df9df Color CSS Codes

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

#5df9df Text Font Color

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

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


#5df9df Background Color

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

This div background color is #5df9df


#5df9df Border Color

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

This div border color is #5df9df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5df9df


Comments

No comments written yet.

Please login to write comment.