Color Hex Logo

#fae038 Color Hex

#FAE038
(250,224,56)
0 Favorites   0 Comments

Color spaces of #fae038

RGB 25022456
HSL0.140.950.60
HSV52°78°98°
CMYK 0.000.100.78   0.02
XYZ66.793873.920814.4891
Yxy73.92080.43040.4763
Hunter Lab85.9772-11.787450.1923
CIE-Lab88.8850-7.559178.7289

#fae038 color RGB value is (250,224,56).

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

The process color (four color CMYK) of #fae038 color hex is 0.00, 0.10, 0.78, 0.02. Web safe color of #fae038 is #ffcc33. Color #fae038 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100000 00111000
Octal 372 340 70
Decimal 250 224 56
Hex FA E0 38

RGB Percentages of Color #fae038

%47.17
%42.26
%10.57

CMYK Percentages of Color #fae038

%0
%10
%78
%2

Triadic Colors of #fae038

#fae038 #38fae0 #e038fa

Analogous Colors of #fae038

#fae038 #b3fa38 #fa7f38

Monochromatic Colors of #fae038

#fae038

Complementary Color

#fae038 #3852fa

#fae038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae038 Color CSS Codes

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

#fae038 Text Font Color

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

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


#fae038 Background Color

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

This div background color is #fae038


#fae038 Border Color

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

This div border color is #fae038


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae038

Related Colors


Comments

No comments written yet.

Please login to write comment.