Color Hex Logo

#fcebb1 Color Hex

#FCEBB1
(252,235,177)
0 Favorites   0 Comments

Color spaces of #fcebb1

RGB 252235177
HSL0.130.930.84
HSV46°30°99°
CMYK 0.000.070.30   0.01
XYZ77.789083.286453.5709
Yxy83.28640.36240.3880
Hunter Lab91.2614-7.558329.0794
CIE-Lab93.1397-2.734130.2825

#fcebb1 color RGB value is (252,235,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101011 10110001
Octal 374 353 261
Decimal 252 235 177
Hex FC EB B1

RGB Percentages of Color #fcebb1

%37.95
%35.39
%26.66

CMYK Percentages of Color #fcebb1

%0
%7
%30
%1

Triadic Colors of #fcebb1

#fcebb1 #b1fceb #ebb1fc

Analogous Colors of #fcebb1

#fcebb1 #e8fcb1 #fcc6b1

Monochromatic Colors of #fcebb1

#fcebb1

Complementary Color

#fcebb1 #b1c2fc

#fcebb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcebb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcebb1 Color CSS Codes

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

#fcebb1 Text Font Color

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

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


#fcebb1 Background Color

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

This div background color is #fcebb1


#fcebb1 Border Color

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

This div border color is #fcebb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcebb1


Comments

No comments written yet.

Please login to write comment.