Color Hex Logo

#fae208 Color Hex

#FAE208
(250,226,8)
0 Favorites   0 Comments

Color spaces of #fae208

RGB 2502268
HSL0.150.960.51
HSV54°97°98°
CMYK 0.000.100.97   0.02
XYZ66.664574.734211.1413
Yxy74.73420.43700.4899
Hunter Lab86.4489-13.636652.8731
CIE-Lab89.2683-9.498387.9519

#fae208 color RGB value is (250,226,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100010 00001000
Octal 372 342 10
Decimal 250 226 8
Hex FA E2 8

RGB Percentages of Color #fae208

%51.65
%46.69
%1.65

CMYK Percentages of Color #fae208

%0
%10
%97
%2

Triadic Colors of #fae208

#fae208 #08fae2 #e208fa

Analogous Colors of #fae208

#fae208 #99fa08 #fa6908

Monochromatic Colors of #fae208

#fae208

Complementary Color

#fae208 #0820fa

#fae208 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae208 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae208 Color CSS Codes

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

#fae208 Text Font Color

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

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


#fae208 Background Color

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

This div background color is #fae208


#fae208 Border Color

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

This div border color is #fae208


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae208


Comments

No comments written yet.

Please login to write comment.