Color Hex Logo

#fceb92 Color Hex

#FCEB92
(252,235,146)
0 Favorites   0 Comments

Color spaces of #fceb92

RGB 252235146
HSL0.140.950.78
HSV50°42°99°
CMYK 0.000.070.42   0.01
XYZ75.041582.187439.1028
Yxy82.18740.38220.4186
Hunter Lab90.6573-10.896937.8868
CIE-Lab92.6575-6.228245.1799

#fceb92 color RGB value is (252,235,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101011 10010010
Octal 374 353 222
Decimal 252 235 146
Hex FC EB 92

RGB Percentages of Color #fceb92

%39.81
%37.12
%23.06

CMYK Percentages of Color #fceb92

%0
%7
%42
%1

Triadic Colors of #fceb92

#fceb92 #92fceb #eb92fc

Analogous Colors of #fceb92

#fceb92 #d8fc92 #fcb692

Monochromatic Colors of #fceb92

#fceb92

Complementary Color

#fceb92 #92a3fc

#fceb92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceb92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceb92 Color CSS Codes

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

#fceb92 Text Font Color

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

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


#fceb92 Background Color

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

This div background color is #fceb92


#fceb92 Border Color

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

This div border color is #fceb92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceb92


Comments

No comments written yet.

Please login to write comment.