Color Hex Logo

#fcebb2 Color Hex

#FCEBB2
(252,235,178)
0 Favorites   0 Comments

Color spaces of #fcebb2

RGB 252235178
HSL0.130.930.84
HSV46°29°99°
CMYK 0.000.070.29   0.01
XYZ77.889183.326554.0979
Yxy83.32650.36170.3870
Hunter Lab91.2834-7.437628.7609
CIE-Lab93.1572-2.609029.7966

#fcebb2 color RGB value is (252,235,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101011 10110010
Octal 374 353 262
Decimal 252 235 178
Hex FC EB B2

RGB Percentages of Color #fcebb2

%37.89
%35.34
%26.77

CMYK Percentages of Color #fcebb2

%0
%7
%29
%1

Triadic Colors of #fcebb2

#fcebb2 #b2fceb #ebb2fc

Analogous Colors of #fcebb2

#fcebb2 #e8fcb2 #fcc6b2

Monochromatic Colors of #fcebb2

#fcebb2

Complementary Color

#fcebb2 #b2c3fc

#fcebb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcebb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcebb2 Color CSS Codes

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

#fcebb2 Text Font Color

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

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


#fcebb2 Background Color

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

This div background color is #fcebb2


#fcebb2 Border Color

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

This div border color is #fcebb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcebb2


Comments

No comments written yet.

Please login to write comment.