Color Hex Logo

#15febf Color Hex

#15FEBF
(21,254,191)
0 Favorites   0 Comments

Color spaces of #15febf

RGB 21254191
HSL0.450.990.54
HSV164°92°100°
CMYK 0.920.000.25   0.00
XYZ45.155074.804661.3490
Yxy74.80460.24910.4126
Hunter Lab86.4897-58.164618.4871
CIE-Lab89.3014-63.740516.3659

#15febf color RGB value is (21,254,191).

#15febf hex color red value is 21, green value is 254 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #15febf hue: 0.45 , saturation: 0.99 and the lightness value of 15febf is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 11111110 10111111
Octal 25 376 277
Decimal 21 254 191
Hex 15 FE BF

RGB Percentages of Color #15febf

%4.51
%54.51
%40.99

CMYK Percentages of Color #15febf

%92
%0
%25
%0

Triadic Colors of #15febf

#15febf #bf15fe #febf15

Analogous Colors of #15febf

#15febf #15c9fe #15fe4b

Monochromatic Colors of #15febf

#15febf

Complementary Color

#15febf #fe1554

#15febf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15febf Color Preview on White Background

Lorem ipsum dolor sit amet.

#15febf Color CSS Codes

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

#15febf Text Font Color

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

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


#15febf Background Color

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

This div background color is #15febf


#15febf Border Color

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

This div border color is #15febf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15febf


Comments

No comments written yet.

Please login to write comment.