Color Hex Logo

#fcff40 Color Hex

#FCFF40
(252,255,64)
0 Favorites   0 Comments

Color spaces of #fcff40

RGB 25225564
HSL0.171.000.63
HSV61°75°100°
CMYK 0.010.000.75   0.00
XYZ76.830392.585618.6719
Yxy92.58560.40850.4922
Hunter Lab96.2214-25.859955.8497
CIE-Lab97.0592-21.557783.8146

#fcff40 color RGB value is (252,255,64).

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

The process color (four color CMYK) of #fcff40 color hex is 0.01, 0.00, 0.75, 0.00. Web safe color of #fcff40 is #ffff33. Color #fcff40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111111 01000000
Octal 374 377 100
Decimal 252 255 64
Hex FC FF 40

RGB Percentages of Color #fcff40

%44.13
%44.66
%11.21

CMYK Percentages of Color #fcff40

%1
%0
%75
%0

Triadic Colors of #fcff40

#fcff40 #40fcff #ff40fc

Analogous Colors of #fcff40

#fcff40 #9dff40 #ffa340

Monochromatic Colors of #fcff40

#fcff40

Complementary Color

#fcff40 #4340ff

#fcff40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcff40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcff40 Color CSS Codes

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

#fcff40 Text Font Color

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

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


#fcff40 Background Color

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

This div background color is #fcff40


#fcff40 Border Color

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

This div border color is #fcff40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcff40

Related Colors


Comments

No comments written yet.

Please login to write comment.