Color Hex Logo

#face78 Color Hex

#FACE78
(250,206,120)
0 Favorites   0 Comments

Color spaces of #face78

RGB 250206120
HSL0.110.930.73
HSV40°52°98°
CMYK 0.000.180.52   0.02
XYZ64.885865.822727.0545
Yxy65.82270.41130.4172
Hunter Lab81.13120.778337.0206
CIE-Lab84.90595.318648.2406

#face78 color RGB value is (250,206,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001110 01111000
Octal 372 316 170
Decimal 250 206 120
Hex FA CE 78

RGB Percentages of Color #face78

%43.40
%35.76
%20.83

CMYK Percentages of Color #face78

%0
%18
%52
%2

Triadic Colors of #face78

#face78 #78face #ce78fa

Analogous Colors of #face78

#face78 #e5fa78 #fa8d78

Monochromatic Colors of #face78

#face78

Complementary Color

#face78 #78a4fa

#face78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#face78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#face78 Color CSS Codes

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

#face78 Text Font Color

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

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


#face78 Background Color

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

This div background color is #face78


#face78 Border Color

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

This div border color is #face78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #face78

Related Colors


Comments

No comments written yet.

Please login to write comment.