Color Hex Logo

#fcce6f Color Hex

#FCCE6F
(252,206,111)
0 Favorites   0 Comments

Color spaces of #fcce6f

RGB 252206111
HSL0.110.960.71
HSV40°56°99°
CMYK 0.000.180.56   0.01
XYZ65.085465.985824.3451
Yxy65.98580.41880.4246
Hunter Lab81.23160.864639.0930
CIE-Lab84.98925.410652.7299

#fcce6f color RGB value is (252,206,111).

#fcce6f hex color red value is 252, green value is 206 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fcce6f hue: 0.11 , saturation: 0.96 and the lightness value of fcce6f is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001110 01101111
Octal 374 316 157
Decimal 252 206 111
Hex FC CE 6F

RGB Percentages of Color #fcce6f

%44.29
%36.20
%19.51

CMYK Percentages of Color #fcce6f

%0
%18
%56
%1

Triadic Colors of #fcce6f

#fcce6f #6ffcce #ce6ffc

Analogous Colors of #fcce6f

#fcce6f #e4fc6f #fc886f

Monochromatic Colors of #fcce6f

#fcce6f

Complementary Color

#fcce6f #6f9dfc

#fcce6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcce6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcce6f Color CSS Codes

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

#fcce6f Text Font Color

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

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


#fcce6f Background Color

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

This div background color is #fcce6f


#fcce6f Border Color

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

This div border color is #fcce6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcce6f


Comments

No comments written yet.

Please login to write comment.