Color Hex Logo

#face6a Color Hex

#FACE6A
(250,206,106)
0 Favorites   0 Comments

Color spaces of #face6a

RGB 250206106
HSL0.120.940.70
HSV42°58°98°
CMYK 0.000.180.58   0.02
XYZ64.097265.507222.9015
Yxy65.50720.42030.4295
Hunter Lab80.9365-0.276939.8791
CIE-Lab84.74444.223854.7564

#face6a color RGB value is (250,206,106).

#face6a hex color red value is 250, green value is 206 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #face6a hue: 0.12 , saturation: 0.94 and the lightness value of face6a is 0.70.

The process color (four color CMYK) of #face6a color hex is 0.00, 0.18, 0.58, 0.02. Web safe color of #face6a is #ffcc66. Color #face6a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001110 01101010
Octal 372 316 152
Decimal 250 206 106
Hex FA CE 6A

RGB Percentages of Color #face6a

%44.48
%36.65
%18.86

CMYK Percentages of Color #face6a

%0
%18
%58
%2

Triadic Colors of #face6a

#face6a #6aface #ce6afa

Analogous Colors of #face6a

#face6a #defa6a #fa866a

Monochromatic Colors of #face6a

#face6a

Complementary Color

#face6a #6a96fa

#face6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#face6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#face6a Color CSS Codes

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

#face6a Text Font Color

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

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


#face6a Background Color

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

This div background color is #face6a


#face6a Border Color

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

This div border color is #face6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #face6a


Comments

No comments written yet.

Please login to write comment.