Color Hex Logo

#fae353 Color Hex

#FAE353
(250,227,83)
0 Favorites   0 Comments

Color spaces of #fae353

RGB 25022783
HSL0.140.940.65
HSV52°67°98°
CMYK 0.000.090.67   0.02
XYZ68.454875.886719.2233
Yxy75.88670.41850.4640
Hunter Lab87.1130-12.179547.8955
CIE-Lab89.8067-7.877270.2271

#fae353 color RGB value is (250,227,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100011 01010011
Octal 372 343 123
Decimal 250 227 83
Hex FA E3 53

RGB Percentages of Color #fae353

%44.64
%40.54
%14.82

CMYK Percentages of Color #fae353

%0
%9
%67
%2

Triadic Colors of #fae353

#fae353 #53fae3 #e353fa

Analogous Colors of #fae353

#fae353 #befa53 #fa9053

Monochromatic Colors of #fae353

#fae353

Complementary Color

#fae353 #536afa

#fae353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae353 Color CSS Codes

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

#fae353 Text Font Color

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

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


#fae353 Background Color

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

This div background color is #fae353


#fae353 Border Color

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

This div border color is #fae353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae353


Comments

No comments written yet.

Please login to write comment.