Color Hex Logo

#faeac0 Color Hex

#FAEAC0
(250,234,192)
0 Favorites   0 Comments

Color spaces of #faeac0

RGB 250234192
HSL0.120.850.87
HSV43°23°98°
CMYK 0.000.060.23   0.02
XYZ78.361682.975461.7549
Yxy82.97540.35130.3719
Hunter Lab91.0908-5.852923.5680
CIE-Lab93.0037-1.003122.3856

#faeac0 color RGB value is (250,234,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101010 11000000
Octal 372 352 300
Decimal 250 234 192
Hex FA EA C0

RGB Percentages of Color #faeac0

%36.98
%34.62
%28.40

CMYK Percentages of Color #faeac0

%0
%6
%23
%2

Triadic Colors of #faeac0

#faeac0 #c0faea #eac0fa

Analogous Colors of #faeac0

#faeac0 #edfac0 #facdc0

Monochromatic Colors of #faeac0

#faeac0

Complementary Color

#faeac0 #c0d0fa

#faeac0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeac0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeac0 Color CSS Codes

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

#faeac0 Text Font Color

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

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


#faeac0 Background Color

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

This div background color is #faeac0


#faeac0 Border Color

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

This div border color is #faeac0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeac0


Comments

No comments written yet.

Please login to write comment.