Color Hex Logo

#fae753 Color Hex

#FAE753
(250,231,83)
0 Favorites   0 Comments

Color spaces of #fae753

RGB 25023183
HSL0.150.940.65
HSV53°67°98°
CMYK 0.000.080.67   0.02
XYZ69.561678.100419.5922
Yxy78.10040.41590.4670
Hunter Lab88.3744-14.153748.7178
CIE-Lab90.8257-9.866871.2709

#fae753 color RGB value is (250,231,83).

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

The process color (four color CMYK) of #fae753 color hex is 0.00, 0.08, 0.67, 0.02. Web safe color of #fae753 is #ffff66. Color #fae753 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100111 01010011
Octal 372 347 123
Decimal 250 231 83
Hex FA E7 53

RGB Percentages of Color #fae753

%44.33
%40.96
%14.72

CMYK Percentages of Color #fae753

%0
%8
%67
%2

Triadic Colors of #fae753

#fae753 #53fae7 #e753fa

Analogous Colors of #fae753

#fae753 #bafa53 #fa9453

Monochromatic Colors of #fae753

#fae753

Complementary Color

#fae753 #5366fa

#fae753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae753 Color CSS Codes

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

#fae753 Text Font Color

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

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


#fae753 Background Color

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

This div background color is #fae753


#fae753 Border Color

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

This div border color is #fae753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae753


Comments

No comments written yet.

Please login to write comment.