Color Hex Logo

#fae56b Color Hex

#FAE56B
(250,229,107)
0 Favorites   0 Comments

Color spaces of #fae56b

RGB 250229107
HSL0.140.930.70
HSV51°57°98°
CMYK 0.000.080.57   0.02
XYZ70.097577.424225.1597
Yxy77.42420.40590.4484
Hunter Lab87.9910-11.783444.6406
CIE-Lab90.5165-7.379960.9207

#fae56b color RGB value is (250,229,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100101 01101011
Octal 372 345 153
Decimal 250 229 107
Hex FA E5 6B

RGB Percentages of Color #fae56b

%42.66
%39.08
%18.26

CMYK Percentages of Color #fae56b

%0
%8
%57
%2

Triadic Colors of #fae56b

#fae56b #6bfae5 #e56bfa

Analogous Colors of #fae56b

#fae56b #c8fa6b #fa9e6b

Monochromatic Colors of #fae56b

#fae56b

Complementary Color

#fae56b #6b80fa

#fae56b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae56b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae56b Color CSS Codes

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

#fae56b Text Font Color

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

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


#fae56b Background Color

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

This div background color is #fae56b


#fae56b Border Color

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

This div border color is #fae56b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae56b


Comments

No comments written yet.

Please login to write comment.