Color Hex Logo

#face77 Color Hex

#FACE77
(250,206,119)
0 Favorites   0 Comments

Color spaces of #face77

RGB 250206119
HSL0.110.930.72
HSV40°52°98°
CMYK 0.000.180.52   0.02
XYZ64.825465.798526.7365
Yxy65.79850.41200.4181
Hunter Lab81.11630.697737.2390
CIE-Lab84.89355.235348.7139

#face77 color RGB value is (250,206,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001110 01110111
Octal 372 316 167
Decimal 250 206 119
Hex FA CE 77

RGB Percentages of Color #face77

%43.48
%35.83
%20.70

CMYK Percentages of Color #face77

%0
%18
%52
%2

Triadic Colors of #face77

#face77 #77face #ce77fa

Analogous Colors of #face77

#face77 #e5fa77 #fa8d77

Monochromatic Colors of #face77

#face77

Complementary Color

#face77 #77a3fa

#face77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#face77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#face77 Color CSS Codes

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

#face77 Text Font Color

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

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


#face77 Background Color

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

This div background color is #face77


#face77 Border Color

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

This div border color is #face77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #face77


Comments

No comments written yet.

Please login to write comment.