Color Hex Logo

#faef7b Color Hex

#FAEF7B
(250,239,123)
0 Favorites   0 Comments

Color spaces of #faef7b

RGB 250239123
HSL0.150.930.73
HSV55°51°98°
CMYK 0.000.040.51   0.02
XYZ73.866083.487130.9604
Yxy83.48710.39230.4433
Hunter Lab91.3713-15.597543.8700
CIE-Lab93.2273-11.109856.8068

#faef7b color RGB value is (250,239,123).

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

The process color (four color CMYK) of #faef7b color hex is 0.00, 0.04, 0.51, 0.02. Web safe color of #faef7b is #ffff66. Color #faef7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101111 01111011
Octal 372 357 173
Decimal 250 239 123
Hex FA EF 7B

RGB Percentages of Color #faef7b

%40.85
%39.05
%20.10

CMYK Percentages of Color #faef7b

%0
%4
%51
%2

Triadic Colors of #faef7b

#faef7b #7bfaef #ef7bfa

Analogous Colors of #faef7b

#faef7b #c6fa7b #fab07b

Monochromatic Colors of #faef7b

#faef7b

Complementary Color

#faef7b #7b86fa

#faef7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faef7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#faef7b Color CSS Codes

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

#faef7b Text Font Color

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

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


#faef7b Background Color

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

This div background color is #faef7b


#faef7b Border Color

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

This div border color is #faef7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faef7b

Related Colors


Comments

No comments written yet.

Please login to write comment.