Color Hex Logo

#face6b Color Hex

#FACE6B
(250,206,107)
0 Favorites   0 Comments

Color spaces of #face6b

RGB 250206107
HSL0.120.930.70
HSV42°57°98°
CMYK 0.000.180.57   0.02
XYZ64.149565.528123.1771
Yxy65.52810.41970.4287
Hunter Lab80.9494-0.206739.6889
CIE-Lab84.75514.296854.2996

#face6b color RGB value is (250,206,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001110 01101011
Octal 372 316 153
Decimal 250 206 107
Hex FA CE 6B

RGB Percentages of Color #face6b

%44.40
%36.59
%19.01

CMYK Percentages of Color #face6b

%0
%18
%57
%2

Triadic Colors of #face6b

#face6b #6bface #ce6bfa

Analogous Colors of #face6b

#face6b #dffa6b #fa876b

Monochromatic Colors of #face6b

#face6b

Complementary Color

#face6b #6b97fa

#face6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#face6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#face6b Color CSS Codes

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

#face6b Text Font Color

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

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


#face6b Background Color

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

This div background color is #face6b


#face6b Border Color

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

This div border color is #face6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #face6b


Comments

No comments written yet.

Please login to write comment.