Color Hex Logo

#fcce6e Color Hex

#FCCE6E
(252,206,110)
0 Favorites   0 Comments

Color spaces of #fcce6e

RGB 252206110
HSL0.110.960.71
HSV41°56°99°
CMYK 0.000.180.56   0.01
XYZ65.030765.963824.0567
Yxy65.96380.41940.4254
Hunter Lab81.21810.791939.2910
CIE-Lab84.97795.335553.1918

#fcce6e color RGB value is (252,206,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001110 01101110
Octal 374 316 156
Decimal 252 206 110
Hex FC CE 6E

RGB Percentages of Color #fcce6e

%44.37
%36.27
%19.37

CMYK Percentages of Color #fcce6e

%0
%18
%56
%1

Triadic Colors of #fcce6e

#fcce6e #6efcce #ce6efc

Analogous Colors of #fcce6e

#fcce6e #e3fc6e #fc876e

Monochromatic Colors of #fcce6e

#fcce6e

Complementary Color

#fcce6e #6e9cfc

#fcce6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcce6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcce6e Color CSS Codes

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

#fcce6e Text Font Color

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

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


#fcce6e Background Color

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

This div background color is #fcce6e


#fcce6e Border Color

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

This div border color is #fcce6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcce6e

Related Colors


Comments

No comments written yet.

Please login to write comment.