Color Hex Logo

#fae006 Color Hex

#FAE006
(250,224,6)
0 Favorites   0 Comments

Color spaces of #fae006

RGB 2502246
HSL0.150.960.50
HSV54°98°98°
CMYK 0.000.100.98   0.02
XYZ66.112973.648510.9033
Yxy73.64850.43880.4888
Hunter Lab85.8187-12.670152.5403
CIE-Lab88.7561-8.519087.7396

#fae006 color RGB value is (250,224,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100000 00000110
Octal 372 340 6
Decimal 250 224 6
Hex FA E0 6

RGB Percentages of Color #fae006

%52.08
%46.67
%1.25

CMYK Percentages of Color #fae006

%0
%10
%98
%2

Triadic Colors of #fae006

#fae006 #06fae0 #e006fa

Analogous Colors of #fae006

#fae006 #9afa06 #fa6606

Monochromatic Colors of #fae006

#fae006

Complementary Color

#fae006 #0620fa

#fae006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae006 Color CSS Codes

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

#fae006 Text Font Color

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

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


#fae006 Background Color

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

This div background color is #fae006


#fae006 Border Color

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

This div border color is #fae006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae006


Comments

No comments written yet.

Please login to write comment.