Color Hex Logo

#fefc70 Color Hex

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

Color spaces of #fefc70

RGB 254252112
HSL0.160.990.72
HSV59°56°100°
CMYK 0.000.010.56   0.00
XYZ78.608191.861528.9172
Yxy91.86150.39420.4607
Hunter Lab95.8444-21.328549.2027
CIE-Lab96.7637-16.718865.8632

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

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

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

Base Numbers

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

RGB Percentages of Color #fefc70

%41.10
%40.78
%18.12

CMYK Percentages of Color #fefc70

%0
%1
%56
%0

Triadic Colors of #fefc70

#fefc70 #70fefc #fc70fe

Analogous Colors of #fefc70

#fefc70 #b9fe70 #feb570

Monochromatic Colors of #fefc70

#fefc70

Complementary Color

#fefc70 #7072fe

#fefc70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefc70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefc70 Color CSS Codes

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

#fefc70 Text Font Color

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

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


#fefc70 Background Color

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

This div background color is #fefc70


#fefc70 Border Color

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

This div border color is #fefc70


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,252,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 #fefc70">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefc70

Related Colors


Comments

No comments written yet.

Please login to write comment.