Color Hex Logo

#fae04b Color Hex

#FAE04B
(250,224,75)
0 Favorites   0 Comments

Color spaces of #fae04b

RGB 25022475
HSL0.140.950.64
HSV51°70°98°
CMYK 0.000.100.70   0.02
XYZ67.350074.143317.4180
Yxy74.14330.42380.4666
Hunter Lab86.1065-11.068948.2811
CIE-Lab88.9902-6.781872.4476

#fae04b color RGB value is (250,224,75).

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

The process color (four color CMYK) of #fae04b color hex is 0.00, 0.10, 0.70, 0.02. Web safe color of #fae04b is #ffcc33. Color #fae04b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100000 01001011
Octal 372 340 113
Decimal 250 224 75
Hex FA E0 4B

RGB Percentages of Color #fae04b

%45.54
%40.80
%13.66

CMYK Percentages of Color #fae04b

%0
%10
%70
%2

Triadic Colors of #fae04b

#fae04b #4bfae0 #e04bfa

Analogous Colors of #fae04b

#fae04b #bdfa4b #fa894b

Monochromatic Colors of #fae04b

#fae04b

Complementary Color

#fae04b #4b65fa

#fae04b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae04b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae04b Color CSS Codes

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

#fae04b Text Font Color

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

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


#fae04b Background Color

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

This div background color is #fae04b


#fae04b Border Color

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

This div border color is #fae04b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae04b


Comments

No comments written yet.

Please login to write comment.