Color Hex Logo

#face3e Color Hex

#FACE3E
(250,206,62)
0 Favorites   0 Comments

Color spaces of #face3e

RGB 25020662
HSL0.130.950.61
HSV46°75°98°
CMYK 0.000.180.75   0.02
XYZ62.365164.814413.7809
Yxy64.81440.44240.4598
Hunter Lab80.5074-2.612846.2062
CIE-Lab84.38801.774472.6669

#face3e color RGB value is (250,206,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001110 00111110
Octal 372 316 76
Decimal 250 206 62
Hex FA CE 3E

RGB Percentages of Color #face3e

%48.26
%39.77
%11.97

CMYK Percentages of Color #face3e

%0
%18
%75
%2

Triadic Colors of #face3e

#face3e #3eface #ce3efa

Analogous Colors of #face3e

#face3e #c8fa3e #fa703e

Monochromatic Colors of #face3e

#face3e

Complementary Color

#face3e #3e6afa

#face3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#face3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#face3e Color CSS Codes

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

#face3e Text Font Color

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

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


#face3e Background Color

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

This div background color is #face3e


#face3e Border Color

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

This div border color is #face3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #face3e

Related Colors


Comments

No comments written yet.

Please login to write comment.