Color Hex Logo

#fcefb1 Color Hex

#FCEFB1
(252,239,177)
0 Favorites   0 Comments

Color spaces of #fcefb1

RGB 252239177
HSL0.140.930.84
HSV50°30°99°
CMYK 0.000.050.30   0.01
XYZ78.947285.602853.9570
Yxy85.60280.36130.3918
Hunter Lab92.5218-9.602230.1884
CIE-Lab94.1423-4.745831.6326

#fcefb1 color RGB value is (252,239,177).

#fcefb1 hex color red value is 252, green value is 239 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #fcefb1 hue: 0.14 , saturation: 0.93 and the lightness value of fcefb1 is 0.84.

The process color (four color CMYK) of #fcefb1 color hex is 0.00, 0.05, 0.30, 0.01. Web safe color of #fcefb1 is #ffff99. Color #fcefb1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101111 10110001
Octal 374 357 261
Decimal 252 239 177
Hex FC EF B1

RGB Percentages of Color #fcefb1

%37.72
%35.78
%26.50

CMYK Percentages of Color #fcefb1

%0
%5
%30
%1

Triadic Colors of #fcefb1

#fcefb1 #b1fcef #efb1fc

Analogous Colors of #fcefb1

#fcefb1 #e4fcb1 #fccab1

Monochromatic Colors of #fcefb1

#fcefb1

Complementary Color

#fcefb1 #b1befc

#fcefb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcefb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcefb1 Color CSS Codes

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

#fcefb1 Text Font Color

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

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


#fcefb1 Background Color

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

This div background color is #fcefb1


#fcefb1 Border Color

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

This div border color is #fcefb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcefb1


Comments

No comments written yet.

Please login to write comment.