Color Hex Logo

#fffc15 Color Hex

#FFFC15
(255,252,21)
0 Favorites   0 Comments

Color spaces of #fffc15

RGB 25525221
HSL0.161.000.54
HSV59°92°100°
CMYK 0.000.010.92   0.00
XYZ76.185890.935014.2463
Yxy90.93500.42010.5014
Hunter Lab95.3598-24.270857.8943
CIE-Lab96.3833-19.950492.2305

#fffc15 color RGB value is (255,252,21).

#fffc15 hex color red value is 255, green value is 252 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #fffc15 hue: 0.16 , saturation: 1.00 and the lightness value of fffc15 is 0.54.

The process color (four color CMYK) of #fffc15 color hex is 0.00, 0.01, 0.92, 0.00. Web safe color of #fffc15 is #ffff00. Color #fffc15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111100 00010101
Octal 377 374 25
Decimal 255 252 21
Hex FF FC 15

RGB Percentages of Color #fffc15

%48.30
%47.73
%3.98

CMYK Percentages of Color #fffc15

%0
%1
%92
%0

Triadic Colors of #fffc15

#fffc15 #15fffc #fc15ff

Analogous Colors of #fffc15

#fffc15 #8dff15 #ff8715

Monochromatic Colors of #fffc15

#fffc15

Complementary Color

#fffc15 #1518ff

#fffc15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffc15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffc15 Color CSS Codes

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

#fffc15 Text Font Color

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

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


#fffc15 Background Color

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

This div background color is #fffc15


#fffc15 Border Color

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

This div border color is #fffc15


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,252,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fffc15; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fffc15;
  -webkit-box-shadow: 1px 1px 3px 2px #fffc15;
  box-shadow:         1px 1px 3px 2px #fffc15; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffc15

#fffc15 Color Palettes


Comments

No comments written yet.

Please login to write comment.