Color Hex Logo

#fae793 Color Hex

#FAE793
(250,231,147)
0 Favorites   0 Comments

Color spaces of #fae793

RGB 250231147
HSL0.140.910.78
HSV49°41°98°
CMYK 0.000.080.41   0.02
XYZ73.266779.582439.1031
Yxy79.58240.38170.4146
Hunter Lab89.2090-9.514936.4576
CIE-Lab91.4972-4.899043.1790

#fae793 color RGB value is (250,231,147).

#fae793 hex color red value is 250, green value is 231 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #fae793 hue: 0.14 , saturation: 0.91 and the lightness value of fae793 is 0.78.

The process color (four color CMYK) of #fae793 color hex is 0.00, 0.08, 0.41, 0.02. Web safe color of #fae793 is #ffff99. Color #fae793 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100111 10010011
Octal 372 347 223
Decimal 250 231 147
Hex FA E7 93

RGB Percentages of Color #fae793

%39.81
%36.78
%23.41

CMYK Percentages of Color #fae793

%0
%8
%41
%2

Triadic Colors of #fae793

#fae793 #93fae7 #e793fa

Analogous Colors of #fae793

#fae793 #dafa93 #fab493

Monochromatic Colors of #fae793

#fae793

Complementary Color

#fae793 #93a6fa

#fae793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae793 Color CSS Codes

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

#fae793 Text Font Color

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

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


#fae793 Background Color

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

This div background color is #fae793


#fae793 Border Color

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

This div border color is #fae793


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae793


Comments

No comments written yet.

Please login to write comment.