Color Hex Logo

#15ffdf Color Hex

#15FFDF
(21,255,223)
0 Favorites   0 Comments

Color spaces of #15ffdf

RGB 21255223
HSL0.481.000.54
HSV172°92°100°
CMYK 0.920.000.13   0.00
XYZ49.388577.007182.0729
Yxy77.00710.23690.3694
Hunter Lab87.7537-53.10775.9758
CIE-Lab90.3249-56.32181.3026

#15ffdf color RGB value is (21,255,223).

#15ffdf hex color red value is 21, green value is 255 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #15ffdf hue: 0.48 , saturation: 1.00 and the lightness value of 15ffdf is 0.54.

The process color (four color CMYK) of #15ffdf color hex is 0.92, 0.00, 0.13, 0.00. Web safe color of #15ffdf is #00ffcc. Color #15ffdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 11111111 11011111
Octal 25 377 337
Decimal 21 255 223
Hex 15 FF DF

RGB Percentages of Color #15ffdf

%4.21
%51.10
%44.69

CMYK Percentages of Color #15ffdf

%92
%0
%13
%0

Triadic Colors of #15ffdf

#15ffdf #df15ff #ffdf15

Analogous Colors of #15ffdf

#15ffdf #15aaff #15ff6a

Monochromatic Colors of #15ffdf

#15ffdf

Complementary Color

#15ffdf #ff1535

#15ffdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15ffdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#15ffdf Color CSS Codes

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

#15ffdf Text Font Color

<p style="color:#15ffdf">Text here</p>

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


#15ffdf Background Color

<div style="background-color:#15ffdf">
Div content here</div>

This div background color is #15ffdf


#15ffdf Border Color

<div style="border:3px solid #15ffdf">
Div here</div>

This div border color is #15ffdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,255,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15ffdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15ffdf;
  -webkit-box-shadow: 1px 1px 3px 2px #15ffdf;
  box-shadow:         1px 1px 3px 2px #15ffdf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,255,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 #15ffdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15ffdf

Related Colors


Comments

No comments written yet.

Please login to write comment.