Color Hex Logo

#fae25b Color Hex

#FAE25B
(250,226,91)
0 Favorites   0 Comments

Color spaces of #fae25b

RGB 25022691
HSL0.140.940.67
HSV51°64°98°
CMYK 0.000.100.64   0.02
XYZ68.509075.472020.8543
Yxy75.47200.41560.4579
Hunter Lab86.8746-11.266246.5796
CIE-Lab89.6136-6.926766.8068

#fae25b color RGB value is (250,226,91).

#fae25b hex color red value is 250, green value is 226 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #fae25b hue: 0.14 , saturation: 0.94 and the lightness value of fae25b is 0.67.

The process color (four color CMYK) of #fae25b color hex is 0.00, 0.10, 0.64, 0.02. Web safe color of #fae25b is #ffcc66. Color #fae25b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100010 01011011
Octal 372 342 133
Decimal 250 226 91
Hex FA E2 5B

RGB Percentages of Color #fae25b

%44.09
%39.86
%16.05

CMYK Percentages of Color #fae25b

%0
%10
%64
%2

Triadic Colors of #fae25b

#fae25b #5bfae2 #e25bfa

Analogous Colors of #fae25b

#fae25b #c3fa5b #fa935b

Monochromatic Colors of #fae25b

#fae25b

Complementary Color

#fae25b #5b73fa

#fae25b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae25b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae25b Color CSS Codes

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

#fae25b Text Font Color

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

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


#fae25b Background Color

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

This div background color is #fae25b


#fae25b Border Color

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

This div border color is #fae25b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae25b


Comments

No comments written yet.

Please login to write comment.