Color Hex Logo

#15fabf Color Hex

#15FABF
(21,250,191)
0 Favorites   0 Comments

Color spaces of #15fabf

RGB 21250191
HSL0.460.960.53
HSV165°92°98°
CMYK 0.920.000.24   0.02
XYZ43.898872.292260.9303
Yxy72.29220.24780.4082
Hunter Lab85.0248-56.632917.0291
CIE-Lab88.1090-62.253114.6868

#15fabf color RGB value is (21,250,191).

#15fabf hex color red value is 21, green value is 250 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #15fabf hue: 0.46 , saturation: 0.96 and the lightness value of 15fabf is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 11111010 10111111
Octal 25 372 277
Decimal 21 250 191
Hex 15 FA BF

RGB Percentages of Color #15fabf

%4.55
%54.11
%41.34

CMYK Percentages of Color #15fabf

%92
%0
%24
%2

Triadic Colors of #15fabf

#15fabf #bf15fa #fabf15

Analogous Colors of #15fabf

#15fabf #15c3fa #15fa4d

Monochromatic Colors of #15fabf

#15fabf

Complementary Color

#15fabf #fa1550

#15fabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15fabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#15fabf Color CSS Codes

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

#15fabf Text Font Color

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

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


#15fabf Background Color

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

This div background color is #15fabf


#15fabf Border Color

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

This div border color is #15fabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15fabf


Comments

No comments written yet.

Please login to write comment.