Color Hex Logo

#15febe Color Hex

#15FEBE
(21,254,190)
0 Favorites   0 Comments

Color spaces of #15febe

RGB 21254190
HSL0.450.990.54
HSV164°92°100°
CMYK 0.920.000.25   0.00
XYZ45.045374.760860.7713
Yxy74.76080.24950.4140
Hunter Lab86.4643-58.319518.8532
CIE-Lab89.2808-63.968116.8506

#15febe color RGB value is (21,254,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 11111110 10111110
Octal 25 376 276
Decimal 21 254 190
Hex 15 FE BE

RGB Percentages of Color #15febe

%4.52
%54.62
%40.86

CMYK Percentages of Color #15febe

%92
%0
%25
%0

Triadic Colors of #15febe

#15febe #be15fe #febe15

Analogous Colors of #15febe

#15febe #15cafe #15fe4a

Monochromatic Colors of #15febe

#15febe

Complementary Color

#15febe #fe1555

#15febe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15febe Color Preview on White Background

Lorem ipsum dolor sit amet.

#15febe Color CSS Codes

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

#15febe Text Font Color

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

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


#15febe Background Color

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

This div background color is #15febe


#15febe Border Color

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

This div border color is #15febe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,254,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15febe


Comments

No comments written yet.

Please login to write comment.