Color Hex Logo

#fae112 Color Hex

#FAE112
(250,225,18)
0 Favorites   0 Comments

Color spaces of #fae112

RGB 25022518
HSL0.150.960.53
HSV54°93°98°
CMYK 0.000.100.93   0.02
XYZ66.458774.218111.3950
Yxy74.21810.43700.4880
Hunter Lab86.1499-13.062052.4627
CIE-Lab89.0255-8.909186.8284

#fae112 color RGB value is (250,225,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100001 00010010
Octal 372 341 22
Decimal 250 225 18
Hex FA E1 12

RGB Percentages of Color #fae112

%50.71
%45.64
%3.65

CMYK Percentages of Color #fae112

%0
%10
%93
%2

Triadic Colors of #fae112

#fae112 #12fae1 #e112fa

Analogous Colors of #fae112

#fae112 #9ffa12 #fa6d12

Monochromatic Colors of #fae112

#fae112

Complementary Color

#fae112 #122bfa

#fae112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae112 Color CSS Codes

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

#fae112 Text Font Color

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

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


#fae112 Background Color

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

This div background color is #fae112


#fae112 Border Color

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

This div border color is #fae112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae112


Comments

No comments written yet.

Please login to write comment.