Color Hex Logo

#fcff0f Color Hex

#FCFF0F
(252,255,15)
0 Favorites   0 Comments

Color spaces of #fcff0f

RGB 25225515
HSL0.171.000.53
HSV61°94°100°
CMYK 0.010.000.94   0.00
XYZ75.991192.249914.2528
Yxy92.24990.41640.5055
Hunter Lab96.0468-26.854858.4345
CIE-Lab96.9224-22.670193.1445

#fcff0f color RGB value is (252,255,15).

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

The process color (four color CMYK) of #fcff0f color hex is 0.01, 0.00, 0.94, 0.00. Web safe color of #fcff0f is #ffff00. Color #fcff0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111111 00001111
Octal 374 377 17
Decimal 252 255 15
Hex FC FF F

RGB Percentages of Color #fcff0f

%48.28
%48.85
%2.87

CMYK Percentages of Color #fcff0f

%1
%0
%94
%0

Triadic Colors of #fcff0f

#fcff0f #0ffcff #ff0ffc

Analogous Colors of #fcff0f

#fcff0f #84ff0f #ff8a0f

Monochromatic Colors of #fcff0f

#fcff0f

Complementary Color

#fcff0f #120fff

#fcff0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcff0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcff0f Color CSS Codes

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

#fcff0f Text Font Color

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

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


#fcff0f Background Color

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

This div background color is #fcff0f


#fcff0f Border Color

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

This div border color is #fcff0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcff0f

Related Colors


Comments

No comments written yet.

Please login to write comment.