Color Hex Logo

#fae74d Color Hex

#FAE74D
(250,231,77)
0 Favorites   0 Comments

Color spaces of #fae74d

RGB 25023177
HSL0.150.950.64
HSV53°69°98°
CMYK 0.000.080.69   0.02
XYZ69.339878.011618.4243
Yxy78.01160.41830.4706
Hunter Lab88.3242-14.434149.4591
CIE-Lab90.7852-10.171673.4907

#fae74d color RGB value is (250,231,77).

#fae74d hex color red value is 250, green value is 231 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #fae74d hue: 0.15 , saturation: 0.95 and the lightness value of fae74d is 0.64.

The process color (four color CMYK) of #fae74d color hex is 0.00, 0.08, 0.69, 0.02. Web safe color of #fae74d is #ffff66. Color #fae74d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100111 01001101
Octal 372 347 115
Decimal 250 231 77
Hex FA E7 4D

RGB Percentages of Color #fae74d

%44.80
%41.40
%13.80

CMYK Percentages of Color #fae74d

%0
%8
%69
%2

Triadic Colors of #fae74d

#fae74d #4dfae7 #e74dfa

Analogous Colors of #fae74d

#fae74d #b7fa4d #fa914d

Monochromatic Colors of #fae74d

#fae74d

Complementary Color

#fae74d #4d60fa

#fae74d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae74d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae74d Color CSS Codes

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

#fae74d Text Font Color

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

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


#fae74d Background Color

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

This div background color is #fae74d


#fae74d Border Color

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

This div border color is #fae74d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae74d


Comments

No comments written yet.

Please login to write comment.