Color Hex Logo

#fae113 Color Hex

#FAE113
(250,225,19)
0 Favorites   0 Comments

Color spaces of #fae113

RGB 25022519
HSL0.150.960.53
HSV54°92°98°
CMYK 0.000.100.92   0.02
XYZ66.467174.221411.4391
Yxy74.22140.43690.4879
Hunter Lab86.1518-13.051052.4339
CIE-Lab89.0270-8.897186.7096

#fae113 color RGB value is (250,225,19).

#fae113 hex color red value is 250, green value is 225 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #fae113 hue: 0.15 , saturation: 0.96 and the lightness value of fae113 is 0.53.

The process color (four color CMYK) of #fae113 color hex is 0.00, 0.10, 0.92, 0.02. Web safe color of #fae113 is #ffcc00. Color #fae113 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100001 00010011
Octal 372 341 23
Decimal 250 225 19
Hex FA E1 13

RGB Percentages of Color #fae113

%50.61
%45.55
%3.85

CMYK Percentages of Color #fae113

%0
%10
%92
%2

Triadic Colors of #fae113

#fae113 #13fae1 #e113fa

Analogous Colors of #fae113

#fae113 #a0fa13 #fa6e13

Monochromatic Colors of #fae113

#fae113

Complementary Color

#fae113 #132cfa

#fae113 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae113 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae113 Color CSS Codes

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

#fae113 Text Font Color

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

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


#fae113 Background Color

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

This div background color is #fae113


#fae113 Border Color

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

This div border color is #fae113


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae113


Comments

No comments written yet.

Please login to write comment.