Color Hex Logo

#face2e Color Hex

#FACE2E
(250,206,46)
0 Favorites   0 Comments

Color spaces of #face2e

RGB 25020646
HSL0.130.950.58
HSV47°82°98°
CMYK 0.000.180.82   0.02
XYZ61.988864.663911.7990
Yxy64.66390.44770.4671
Hunter Lab80.4139-3.123647.5902
CIE-Lab84.31021.233977.5977

#face2e color RGB value is (250,206,46).

#face2e hex color red value is 250, green value is 206 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #face2e hue: 0.13 , saturation: 0.95 and the lightness value of face2e is 0.58.

The process color (four color CMYK) of #face2e color hex is 0.00, 0.18, 0.82, 0.02. Web safe color of #face2e is #ffcc33. Color #face2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001110 00101110
Octal 372 316 56
Decimal 250 206 46
Hex FA CE 2E

RGB Percentages of Color #face2e

%49.80
%41.04
%9.16

CMYK Percentages of Color #face2e

%0
%18
%82
%2

Triadic Colors of #face2e

#face2e #2eface #ce2efa

Analogous Colors of #face2e

#face2e #c0fa2e #fa682e

Monochromatic Colors of #face2e

#face2e

Complementary Color

#face2e #2e5afa

#face2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#face2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#face2e Color CSS Codes

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

#face2e Text Font Color

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

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


#face2e Background Color

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

This div background color is #face2e


#face2e Border Color

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

This div border color is #face2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #face2e


Comments

No comments written yet.

Please login to write comment.