Color Hex Logo

#fce971 Color Hex

#FCE971
(252,233,113)
1 Favorites   0 Comments

Color spaces of #fce971

RGB 252233113
HSL0.140.960.72
HSV52°55°99°
CMYK 0.000.080.55   0.01
XYZ72.264480.165527.2875
Yxy80.16550.40210.4461
Hunter Lab89.5352-12.618144.6049
CIE-Lab91.7591-8.128159.6965

#fce971 color RGB value is (252,233,113).

#fce971 hex color red value is 252, green value is 233 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #fce971 hue: 0.14 , saturation: 0.96 and the lightness value of fce971 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101001 01110001
Octal 374 351 161
Decimal 252 233 113
Hex FC E9 71

RGB Percentages of Color #fce971

%42.14
%38.96
%18.90

CMYK Percentages of Color #fce971

%0
%8
%55
%1

Triadic Colors of #fce971

#fce971 #71fce9 #e971fc

Analogous Colors of #fce971

#fce971 #cafc71 #fca471

Monochromatic Colors of #fce971

#fce971

Complementary Color

#fce971 #7184fc

#fce971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce971 Color CSS Codes

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

#fce971 Text Font Color

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

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


#fce971 Background Color

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

This div background color is #fce971


#fce971 Border Color

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

This div border color is #fce971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce971


Comments

No comments written yet.

Please login to write comment.