Color Hex Logo

#fae851 Color Hex

#FAE851
(250,232,81)
0 Favorites   0 Comments

Color spaces of #fae851

RGB 25023281
HSL0.150.940.65
HSV54°68°98°
CMYK 0.000.070.68   0.02
XYZ69.766278.631319.2849
Yxy78.63130.41610.4689
Hunter Lab88.6743-14.741749.1776
CIE-Lab91.0672-10.466572.2807

#fae851 color RGB value is (250,232,81).

#fae851 hex color red value is 250, green value is 232 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #fae851 hue: 0.15 , saturation: 0.94 and the lightness value of fae851 is 0.65.

The process color (four color CMYK) of #fae851 color hex is 0.00, 0.07, 0.68, 0.02. Web safe color of #fae851 is #ffff66. Color #fae851 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101000 01010001
Octal 372 350 121
Decimal 250 232 81
Hex FA E8 51

RGB Percentages of Color #fae851

%44.40
%41.21
%14.39

CMYK Percentages of Color #fae851

%0
%7
%68
%2

Triadic Colors of #fae851

#fae851 #51fae8 #e851fa

Analogous Colors of #fae851

#fae851 #b8fa51 #fa9451

Monochromatic Colors of #fae851

#fae851

Complementary Color

#fae851 #5163fa

#fae851 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae851 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae851 Color CSS Codes

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

#fae851 Text Font Color

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

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


#fae851 Background Color

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

This div background color is #fae851


#fae851 Border Color

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

This div border color is #fae851


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae851

Related Colors


Comments

No comments written yet.

Please login to write comment.