Color Hex Logo

#fae836 Color Hex

#FAE836
(250,232,54)
0 Favorites   0 Comments

Color spaces of #fae836

RGB 25023254
HSL0.150.950.60
HSV54°78°98°
CMYK 0.000.070.78   0.02
XYZ68.946878.303614.9702
Yxy78.30360.42500.4827
Hunter Lab88.4893-15.777351.9121
CIE-Lab90.9183-11.597281.1166

#fae836 color RGB value is (250,232,54).

#fae836 hex color red value is 250, green value is 232 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #fae836 hue: 0.15 , saturation: 0.95 and the lightness value of fae836 is 0.60.

The process color (four color CMYK) of #fae836 color hex is 0.00, 0.07, 0.78, 0.02. Web safe color of #fae836 is #ffff33. Color #fae836 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101000 00110110
Octal 372 350 66
Decimal 250 232 54
Hex FA E8 36

RGB Percentages of Color #fae836

%46.64
%43.28
%10.07

CMYK Percentages of Color #fae836

%0
%7
%78
%2

Triadic Colors of #fae836

#fae836 #36fae8 #e836fa

Analogous Colors of #fae836

#fae836 #aafa36 #fa8636

Monochromatic Colors of #fae836

#fae836

Complementary Color

#fae836 #3648fa

#fae836 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae836 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae836 Color CSS Codes

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

#fae836 Text Font Color

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

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


#fae836 Background Color

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

This div background color is #fae836


#fae836 Border Color

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

This div border color is #fae836


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae836


Comments

No comments written yet.

Please login to write comment.