Color Hex Logo

#faec6b Color Hex

#FAEC6B
(250,236,107)
0 Favorites   0 Comments

Color spaces of #faec6b

RGB 250236107
HSL0.150.930.70
HSV54°57°98°
CMYK 0.000.060.57   0.02
XYZ72.073681.376425.8185
Yxy81.37640.40200.4539
Hunter Lab90.2089-15.250546.1769
CIE-Lab92.2989-10.857162.9319

#faec6b color RGB value is (250,236,107).

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

The process color (four color CMYK) of #faec6b color hex is 0.00, 0.06, 0.57, 0.02. Web safe color of #faec6b is #ffff66. Color #faec6b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101100 01101011
Octal 372 354 153
Decimal 250 236 107
Hex FA EC 6B

RGB Percentages of Color #faec6b

%42.16
%39.80
%18.04

CMYK Percentages of Color #faec6b

%0
%6
%57
%2

Triadic Colors of #faec6b

#faec6b #6bfaec #ec6bfa

Analogous Colors of #faec6b

#faec6b #c1fa6b #faa56b

Monochromatic Colors of #faec6b

#faec6b

Complementary Color

#faec6b #6b79fa

#faec6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faec6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#faec6b Color CSS Codes

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

#faec6b Text Font Color

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

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


#faec6b Background Color

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

This div background color is #faec6b


#faec6b Border Color

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

This div border color is #faec6b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,236,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 #faec6b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faec6b

Related Colors


Comments

No comments written yet.

Please login to write comment.