Color Hex Logo

#15fefa Color Hex

#15FEFA
(21,254,250)
0 Favorites   0 Comments

Color spaces of #15fefa

RGB 21254250
HSL0.500.990.54
HSV179°92°100°
CMYK 0.920.000.02   0.00
XYZ53.006477.9452102.6937
Yxy77.94520.22690.3336
Hunter Lab88.2866-47.3319-7.1647
CIE-Lab90.7549-48.5903-12.0761

#15fefa color RGB value is (21,254,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 11111110 11111010
Octal 25 376 372
Decimal 21 254 250
Hex 15 FE FA

RGB Percentages of Color #15fefa

%4.00
%48.38
%47.62

CMYK Percentages of Color #15fefa

%92
%0
%2
%0

Triadic Colors of #15fefa

#15fefa #fa15fe #fefa15

Analogous Colors of #15fefa

#15fefa #158efe #15fe86

Monochromatic Colors of #15fefa

#15fefa

Complementary Color

#15fefa #fe1519

#15fefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15fefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#15fefa Color CSS Codes

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

#15fefa Text Font Color

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

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


#15fefa Background Color

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

This div background color is #15fefa


#15fefa Border Color

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

This div border color is #15fefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15fefa

Related Colors


Comments

No comments written yet.

Please login to write comment.