Color Hex Logo

#fcfe72 Color Hex

#FCFE72
(252,254,114)
0 Favorites   0 Comments

Color spaces of #fcfe72

RGB 252254114
HSL0.170.990.72
HSV61°55°100°
CMYK 0.010.000.55   0.00
XYZ78.624092.794029.6867
Yxy92.79400.39100.4614
Hunter Lab96.3296-22.885649.1589
CIE-Lab97.1439-18.326365.3885

#fcfe72 color RGB value is (252,254,114).

#fcfe72 hex color red value is 252, green value is 254 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #fcfe72 hue: 0.17 , saturation: 0.99 and the lightness value of fcfe72 is 0.72.

The process color (four color CMYK) of #fcfe72 color hex is 0.01, 0.00, 0.55, 0.00. Web safe color of #fcfe72 is #ffff66. Color #fcfe72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111110 01110010
Octal 374 376 162
Decimal 252 254 114
Hex FC FE 72

RGB Percentages of Color #fcfe72

%40.65
%40.97
%18.39

CMYK Percentages of Color #fcfe72

%1
%0
%55
%0

Triadic Colors of #fcfe72

#fcfe72 #72fcfe #fe72fc

Analogous Colors of #fcfe72

#fcfe72 #b6fe72 #feba72

Monochromatic Colors of #fcfe72

#fcfe72

Complementary Color

#fcfe72 #7472fe

#fcfe72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfe72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfe72 Color CSS Codes

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

#fcfe72 Text Font Color

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

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


#fcfe72 Background Color

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

This div background color is #fcfe72


#fcfe72 Border Color

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

This div border color is #fcfe72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfe72

Related Colors


Comments

No comments written yet.

Please login to write comment.