Color Hex Logo

#fcfe70 Color Hex

#FCFE70
(252,254,112)
0 Favorites   0 Comments

Color spaces of #fcfe70

RGB 252254112
HSL0.170.990.72
HSV61°56°100°
CMYK 0.010.000.56   0.00
XYZ78.511392.748929.0936
Yxy92.74890.39190.4629
Hunter Lab96.3062-23.018149.5032
CIE-Lab97.1256-18.471766.2264

#fcfe70 color RGB value is (252,254,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111110 01110000
Octal 374 376 160
Decimal 252 254 112
Hex FC FE 70

RGB Percentages of Color #fcfe70

%40.78
%41.10
%18.12

CMYK Percentages of Color #fcfe70

%1
%0
%56
%0

Triadic Colors of #fcfe70

#fcfe70 #70fcfe #fe70fc

Analogous Colors of #fcfe70

#fcfe70 #b5fe70 #feb970

Monochromatic Colors of #fcfe70

#fcfe70

Complementary Color

#fcfe70 #7270fe

#fcfe70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfe70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfe70 Color CSS Codes

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

#fcfe70 Text Font Color

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

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


#fcfe70 Background Color

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

This div background color is #fcfe70


#fcfe70 Border Color

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

This div border color is #fcfe70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfe70


Comments

No comments written yet.

Please login to write comment.