Color Hex Logo

#fae74c Color Hex

#FAE74C
(250,231,76)
0 Favorites   0 Comments

Color spaces of #fae74c

RGB 25023176
HSL0.150.950.64
HSV53°70°98°
CMYK 0.000.080.70   0.02
XYZ69.304877.997618.2398
Yxy77.99760.41870.4712
Hunter Lab88.3162-14.478349.5763
CIE-Lab90.7788-10.219973.8502

#fae74c color RGB value is (250,231,76).

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

The process color (four color CMYK) of #fae74c color hex is 0.00, 0.08, 0.70, 0.02. Web safe color of #fae74c is #ffff33. Color #fae74c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100111 01001100
Octal 372 347 114
Decimal 250 231 76
Hex FA E7 4C

RGB Percentages of Color #fae74c

%44.88
%41.47
%13.64

CMYK Percentages of Color #fae74c

%0
%8
%70
%2

Triadic Colors of #fae74c

#fae74c #4cfae7 #e74cfa

Analogous Colors of #fae74c

#fae74c #b6fa4c #fa904c

Monochromatic Colors of #fae74c

#fae74c

Complementary Color

#fae74c #4c5ffa

#fae74c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae74c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae74c Color CSS Codes

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

#fae74c Text Font Color

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

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


#fae74c Background Color

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

This div background color is #fae74c


#fae74c Border Color

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

This div border color is #fae74c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae74c


Comments

No comments written yet.

Please login to write comment.