Color Hex Logo

#15cefe Color Hex

#15CEFE
(21,206,254)
0 Favorites   0 Comments

Color spaces of #15cefe

RGB 21206254
HSL0.530.990.54
HSV192°92°100°
CMYK 0.920.190.00   0.00
XYZ40.270051.4578101.5758
Yxy51.45780.20830.2662
Hunter Lab71.7341-25.3285-33.7410
CIE-Lab76.9555-25.1347-35.1539

#15cefe color RGB value is (21,206,254).

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

The process color (four color CMYK) of #15cefe color hex is 0.92, 0.19, 0.00, 0.00. Web safe color of #15cefe is #00ccff. Color #15cefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 11001110 11111110
Octal 25 316 376
Decimal 21 206 254
Hex 15 CE FE

RGB Percentages of Color #15cefe

%4.37
%42.83
%52.81

CMYK Percentages of Color #15cefe

%92
%19
%0
%0

Triadic Colors of #15cefe

#15cefe #fe15ce #cefe15

Analogous Colors of #15cefe

#15cefe #1559fe #15feba

Monochromatic Colors of #15cefe

#15cefe

Complementary Color

#15cefe #fe4515

#15cefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15cefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#15cefe Color CSS Codes

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

#15cefe Text Font Color

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

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


#15cefe Background Color

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

This div background color is #15cefe


#15cefe Border Color

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

This div border color is #15cefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15cefe


Comments

No comments written yet.

Please login to write comment.