Color Hex Logo

#fcebc2 Color Hex

#FCEBC2
(252,235,194)
0 Favorites   0 Comments

Color spaces of #fcebc2

RGB 252235194
HSL0.120.910.87
HSV42°23°99°
CMYK 0.000.070.23   0.01
XYZ79.590884.007263.0591
Yxy84.00720.35120.3706
Hunter Lab91.6554-5.393023.3672
CIE-Lab93.4536-0.503822.0041

#fcebc2 color RGB value is (252,235,194).

#fcebc2 hex color red value is 252, green value is 235 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #fcebc2 hue: 0.12 , saturation: 0.91 and the lightness value of fcebc2 is 0.87.

The process color (four color CMYK) of #fcebc2 color hex is 0.00, 0.07, 0.23, 0.01. Web safe color of #fcebc2 is #ffffcc. Color #fcebc2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101011 11000010
Octal 374 353 302
Decimal 252 235 194
Hex FC EB C2

RGB Percentages of Color #fcebc2

%37.00
%34.51
%28.49

CMYK Percentages of Color #fcebc2

%0
%7
%23
%1

Triadic Colors of #fcebc2

#fcebc2 #c2fceb #ebc2fc

Analogous Colors of #fcebc2

#fcebc2 #f0fcc2 #fccec2

Monochromatic Colors of #fcebc2

#fcebc2

Complementary Color

#fcebc2 #c2d3fc

#fcebc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcebc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcebc2 Color CSS Codes

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

#fcebc2 Text Font Color

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

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


#fcebc2 Background Color

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

This div background color is #fcebc2


#fcebc2 Border Color

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

This div border color is #fcebc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcebc2


Comments

No comments written yet.

Please login to write comment.