Color Hex Logo

#fceba0 Color Hex

#FCEBA0
(252,235,160)
0 Favorites   0 Comments

Color spaces of #fceba0

RGB 252235160
HSL0.140.940.81
HSV49°37°99°
CMYK 0.000.070.37   0.01
XYZ76.198482.650245.1947
Yxy82.65020.37340.4051
Hunter Lab90.9122-9.485834.1640
CIE-Lab92.8611-4.742938.5017

#fceba0 color RGB value is (252,235,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101011 10100000
Octal 374 353 240
Decimal 252 235 160
Hex FC EB A0

RGB Percentages of Color #fceba0

%38.95
%36.32
%24.73

CMYK Percentages of Color #fceba0

%0
%7
%37
%1

Triadic Colors of #fceba0

#fceba0 #a0fceb #eba0fc

Analogous Colors of #fceba0

#fceba0 #dffca0 #fcbda0

Monochromatic Colors of #fceba0

#fceba0

Complementary Color

#fceba0 #a0b1fc

#fceba0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceba0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceba0 Color CSS Codes

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

#fceba0 Text Font Color

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

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


#fceba0 Background Color

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

This div background color is #fceba0


#fceba0 Border Color

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

This div border color is #fceba0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceba0


Comments

No comments written yet.

Please login to write comment.