Color Hex Logo

#face7a Color Hex

#FACE7A
(250,206,122)
0 Favorites   0 Comments

Color spaces of #face7a

RGB 250206122
HSL0.110.930.73
HSV39°51°98°
CMYK 0.000.180.51   0.02
XYZ65.008565.871727.7006
Yxy65.87170.40990.4154
Hunter Lab81.16140.942236.5771
CIE-Lab84.93095.488047.2907

#face7a color RGB value is (250,206,122).

#face7a hex color red value is 250, green value is 206 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #face7a hue: 0.11 , saturation: 0.93 and the lightness value of face7a is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001110 01111010
Octal 372 316 172
Decimal 250 206 122
Hex FA CE 7A

RGB Percentages of Color #face7a

%43.25
%35.64
%21.11

CMYK Percentages of Color #face7a

%0
%18
%51
%2

Triadic Colors of #face7a

#face7a #7aface #ce7afa

Analogous Colors of #face7a

#face7a #e6fa7a #fa8e7a

Monochromatic Colors of #face7a

#face7a

Complementary Color

#face7a #7aa6fa

#face7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#face7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#face7a Color CSS Codes

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

#face7a Text Font Color

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

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


#face7a Background Color

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

This div background color is #face7a


#face7a Border Color

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

This div border color is #face7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #face7a

Related Colors


Comments

No comments written yet.

Please login to write comment.