Color Hex Logo

#fae280 Color Hex

#FAE280
(250,226,128)
0 Favorites   0 Comments

Color spaces of #fae280

RGB 250226128
HSL0.130.920.74
HSV48°49°98°
CMYK 0.000.100.49   0.02
XYZ70.517076.275231.4280
Yxy76.27520.39570.4280
Hunter Lab87.3357-8.712139.7993
CIE-Lab89.9870-4.198050.5613

#fae280 color RGB value is (250,226,128).

#fae280 hex color red value is 250, green value is 226 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #fae280 hue: 0.13 , saturation: 0.92 and the lightness value of fae280 is 0.74.

The process color (four color CMYK) of #fae280 color hex is 0.00, 0.10, 0.49, 0.02. Web safe color of #fae280 is #ffcc99. Color #fae280 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100010 10000000
Octal 372 342 200
Decimal 250 226 128
Hex FA E2 80

RGB Percentages of Color #fae280

%41.39
%37.42
%21.19

CMYK Percentages of Color #fae280

%0
%10
%49
%2

Triadic Colors of #fae280

#fae280 #80fae2 #e280fa

Analogous Colors of #fae280

#fae280 #d5fa80 #faa580

Monochromatic Colors of #fae280

#fae280

Complementary Color

#fae280 #8098fa

#fae280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae280 Color CSS Codes

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

#fae280 Text Font Color

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

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


#fae280 Background Color

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

This div background color is #fae280


#fae280 Border Color

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

This div border color is #fae280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae280


Comments

No comments written yet.

Please login to write comment.