Color Hex Logo

#faebc4 Color Hex

#FAEBC4
(250,235,196)
0 Favorites   0 Comments

Color spaces of #faebc4

RGB 250235196
HSL0.120.840.87
HSV43°22°98°
CMYK 0.000.060.22   0.02
XYZ79.096583.726264.2165
Yxy83.72620.34840.3688
Hunter Lab91.5020-5.828922.4414
CIE-Lab93.3315-0.954820.7797

#faebc4 color RGB value is (250,235,196).

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

The process color (four color CMYK) of #faebc4 color hex is 0.00, 0.06, 0.22, 0.02. Web safe color of #faebc4 is #ffffcc. Color #faebc4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101011 11000100
Octal 372 353 304
Decimal 250 235 196
Hex FA EB C4

RGB Percentages of Color #faebc4

%36.71
%34.51
%28.78

CMYK Percentages of Color #faebc4

%0
%6
%22
%2

Triadic Colors of #faebc4

#faebc4 #c4faeb #ebc4fa

Analogous Colors of #faebc4

#faebc4 #eefac4 #fad0c4

Monochromatic Colors of #faebc4

#faebc4

Complementary Color

#faebc4 #c4d3fa

#faebc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faebc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faebc4 Color CSS Codes

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

#faebc4 Text Font Color

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

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


#faebc4 Background Color

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

This div background color is #faebc4


#faebc4 Border Color

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

This div border color is #faebc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faebc4


Comments

No comments written yet.

Please login to write comment.