Color Hex Logo

#fae306 Color Hex

#FAE306
(250,227,6)
0 Favorites   0 Comments

Color spaces of #fae306

RGB 2502276
HSL0.150.960.50
HSV54°98°98°
CMYK 0.000.090.98   0.02
XYZ66.926375.275311.1745
Yxy75.27530.43640.4908
Hunter Lab86.7613-14.140353.0966
CIE-Lab89.5218-10.010088.2960

#fae306 color RGB value is (250,227,6).

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

The process color (four color CMYK) of #fae306 color hex is 0.00, 0.09, 0.98, 0.02. Web safe color of #fae306 is #ffcc00. Color #fae306 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100011 00000110
Octal 372 343 6
Decimal 250 227 6
Hex FA E3 6

RGB Percentages of Color #fae306

%51.76
%47.00
%1.24

CMYK Percentages of Color #fae306

%0
%9
%98
%2

Triadic Colors of #fae306

#fae306 #06fae3 #e306fa

Analogous Colors of #fae306

#fae306 #97fa06 #fa6906

Monochromatic Colors of #fae306

#fae306

Complementary Color

#fae306 #061dfa

#fae306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae306 Color CSS Codes

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

#fae306 Text Font Color

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

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


#fae306 Background Color

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

This div background color is #fae306


#fae306 Border Color

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

This div border color is #fae306


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae306


Comments

No comments written yet.

Please login to write comment.