Color Hex Logo

#fce671 Color Hex

#FCE671
(252,230,113)
0 Favorites   0 Comments

Color spaces of #fce671

RGB 252230113
HSL0.140.960.72
HSV51°55°99°
CMYK 0.000.090.55   0.01
XYZ71.422378.481327.0068
Yxy78.48130.40370.4436
Hunter Lab88.5897-11.122643.9381
CIE-Lab90.9991-6.631958.8200

#fce671 color RGB value is (252,230,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100110 01110001
Octal 374 346 161
Decimal 252 230 113
Hex FC E6 71

RGB Percentages of Color #fce671

%42.35
%38.66
%18.99

CMYK Percentages of Color #fce671

%0
%9
%55
%1

Triadic Colors of #fce671

#fce671 #71fce6 #e671fc

Analogous Colors of #fce671

#fce671 #cdfc71 #fca171

Monochromatic Colors of #fce671

#fce671

Complementary Color

#fce671 #7187fc

#fce671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce671 Color CSS Codes

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

#fce671 Text Font Color

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

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


#fce671 Background Color

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

This div background color is #fce671


#fce671 Border Color

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

This div border color is #fce671


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce671


Comments

No comments written yet.

Please login to write comment.