Color Hex Logo

#fce792 Color Hex

#FCE792
(252,231,146)
0 Favorites   0 Comments

Color spaces of #fce792

RGB 252231146
HSL0.130.950.78
HSV48°42°99°
CMYK 0.000.080.42   0.01
XYZ73.909179.922638.7253
Yxy79.92260.38380.4151
Hunter Lab89.3994-8.877936.8969
CIE-Lab91.6501-4.222343.9020

#fce792 color RGB value is (252,231,146).

#fce792 hex color red value is 252, green value is 231 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #fce792 hue: 0.13 , saturation: 0.95 and the lightness value of fce792 is 0.78.

The process color (four color CMYK) of #fce792 color hex is 0.00, 0.08, 0.42, 0.01. Web safe color of #fce792 is #ffff99. Color #fce792 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100111 10010010
Octal 374 347 222
Decimal 252 231 146
Hex FC E7 92

RGB Percentages of Color #fce792

%40.06
%36.72
%23.21

CMYK Percentages of Color #fce792

%0
%8
%42
%1

Triadic Colors of #fce792

#fce792 #92fce7 #e792fc

Analogous Colors of #fce792

#fce792 #dcfc92 #fcb292

Monochromatic Colors of #fce792

#fce792

Complementary Color

#fce792 #92a7fc

#fce792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce792 Color CSS Codes

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

#fce792 Text Font Color

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

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


#fce792 Background Color

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

This div background color is #fce792


#fce792 Border Color

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

This div border color is #fce792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce792


Comments

No comments written yet.

Please login to write comment.