Color Hex Logo

#fae115 Color Hex

#FAE115
(250,225,21)
0 Favorites   0 Comments

Color spaces of #fae115

RGB 25022521
HSL0.150.960.53
HSV53°92°98°
CMYK 0.000.100.92   0.02
XYZ66.484974.228611.5329
Yxy74.22860.43670.4876
Hunter Lab86.1560-13.028152.3726
CIE-Lab89.0304-8.872186.4582

#fae115 color RGB value is (250,225,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100001 00010101
Octal 372 341 25
Decimal 250 225 21
Hex FA E1 15

RGB Percentages of Color #fae115

%50.40
%45.36
%4.23

CMYK Percentages of Color #fae115

%0
%10
%92
%2

Triadic Colors of #fae115

#fae115 #15fae1 #e115fa

Analogous Colors of #fae115

#fae115 #a1fa15 #fa6f15

Monochromatic Colors of #fae115

#fae115

Complementary Color

#fae115 #152efa

#fae115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae115 Color CSS Codes

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

#fae115 Text Font Color

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

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


#fae115 Background Color

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

This div background color is #fae115


#fae115 Border Color

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

This div border color is #fae115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae115


Comments

No comments written yet.

Please login to write comment.