Color Hex Logo

#fcefb9 Color Hex

#FCEFB9
(252,239,185)
0 Favorites   0 Comments

Color spaces of #fcefb9

RGB 252239185
HSL0.130.920.86
HSV48°27°99°
CMYK 0.000.050.27   0.01
XYZ79.768385.931258.2811
Yxy85.93120.35610.3837
Hunter Lab92.6991-8.622727.6130
CIE-Lab94.2829-3.728327.7555

#fcefb9 color RGB value is (252,239,185).

#fcefb9 hex color red value is 252, green value is 239 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #fcefb9 hue: 0.13 , saturation: 0.92 and the lightness value of fcefb9 is 0.86.

The process color (four color CMYK) of #fcefb9 color hex is 0.00, 0.05, 0.27, 0.01. Web safe color of #fcefb9 is #ffffcc. Color #fcefb9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101111 10111001
Octal 374 357 271
Decimal 252 239 185
Hex FC EF B9

RGB Percentages of Color #fcefb9

%37.28
%35.36
%27.37

CMYK Percentages of Color #fcefb9

%0
%5
%27
%1

Triadic Colors of #fcefb9

#fcefb9 #b9fcef #efb9fc

Analogous Colors of #fcefb9

#fcefb9 #e8fcb9 #fcceb9

Monochromatic Colors of #fcefb9

#fcefb9

Complementary Color

#fcefb9 #b9c6fc

#fcefb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcefb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcefb9 Color CSS Codes

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

#fcefb9 Text Font Color

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

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


#fcefb9 Background Color

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

This div background color is #fcefb9


#fcefb9 Border Color

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

This div border color is #fcefb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcefb9


Comments

No comments written yet.

Please login to write comment.