Color Hex Logo

#fae364 Color Hex

#FAE364
(250,227,100)
0 Favorites   0 Comments

Color spaces of #fae364

RGB 250227100
HSL0.140.940.69
HSV51°60°98°
CMYK 0.000.090.60   0.02
XYZ69.193776.182323.1143
Yxy76.18230.41070.4521
Hunter Lab87.2825-11.237445.3964
CIE-Lab89.9439-6.861863.3537

#fae364 color RGB value is (250,227,100).

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

The process color (four color CMYK) of #fae364 color hex is 0.00, 0.09, 0.60, 0.02. Web safe color of #fae364 is #ffcc66. Color #fae364 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100011 01100100
Octal 372 343 144
Decimal 250 227 100
Hex FA E3 64

RGB Percentages of Color #fae364

%43.33
%39.34
%17.33

CMYK Percentages of Color #fae364

%0
%9
%60
%2

Triadic Colors of #fae364

#fae364 #64fae3 #e364fa

Analogous Colors of #fae364

#fae364 #c6fa64 #fa9864

Monochromatic Colors of #fae364

#fae364

Complementary Color

#fae364 #647bfa

#fae364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae364 Color CSS Codes

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

#fae364 Text Font Color

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

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


#fae364 Background Color

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

This div background color is #fae364


#fae364 Border Color

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

This div border color is #fae364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae364


Comments

No comments written yet.

Please login to write comment.