Color Hex Logo

#fae69c Color Hex

#FAE69C
(250,230,156)
0 Favorites   0 Comments

Color spaces of #fae69c

RGB 250230156
HSL0.130.900.80
HSV47°38°98°
CMYK 0.000.080.38   0.02
XYZ73.721979.317942.8768
Yxy79.31790.37630.4049
Hunter Lab89.0606-8.098733.7982
CIE-Lab91.3779-3.437638.5400

#fae69c color RGB value is (250,230,156).

#fae69c hex color red value is 250, green value is 230 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #fae69c hue: 0.13 , saturation: 0.90 and the lightness value of fae69c is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100110 10011100
Octal 372 346 234
Decimal 250 230 156
Hex FA E6 9C

RGB Percentages of Color #fae69c

%39.31
%36.16
%24.53

CMYK Percentages of Color #fae69c

%0
%8
%38
%2

Triadic Colors of #fae69c

#fae69c #9cfae6 #e69cfa

Analogous Colors of #fae69c

#fae69c #dffa9c #fab79c

Monochromatic Colors of #fae69c

#fae69c

Complementary Color

#fae69c #9cb0fa

#fae69c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae69c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae69c Color CSS Codes

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

#fae69c Text Font Color

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

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


#fae69c Background Color

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

This div background color is #fae69c


#fae69c Border Color

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

This div border color is #fae69c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae69c


Comments

No comments written yet.

Please login to write comment.