Color Hex Logo

#fae380 Color Hex

#FAE380
(250,227,128)
0 Favorites   0 Comments

Color spaces of #fae380

RGB 250227128
HSL0.140.920.74
HSV49°49°98°
CMYK 0.000.090.49   0.02
XYZ70.789776.820731.5189
Yxy76.82070.39520.4289
Hunter Lab87.6474-9.214940.0319
CIE-Lab90.2390-4.701850.8686

#fae380 color RGB value is (250,227,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100011 10000000
Octal 372 343 200
Decimal 250 227 128
Hex FA E3 80

RGB Percentages of Color #fae380

%41.32
%37.52
%21.16

CMYK Percentages of Color #fae380

%0
%9
%49
%2

Triadic Colors of #fae380

#fae380 #80fae3 #e380fa

Analogous Colors of #fae380

#fae380 #d4fa80 #faa680

Monochromatic Colors of #fae380

#fae380

Complementary Color

#fae380 #8097fa

#fae380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae380 Color CSS Codes

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

#fae380 Text Font Color

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

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


#fae380 Background Color

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

This div background color is #fae380


#fae380 Border Color

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

This div border color is #fae380


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,227,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 #fae380">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae380


Comments

No comments written yet.

Please login to write comment.