Color Hex Logo

#fae938 Color Hex

#FAE938
(250,233,56)
0 Favorites   0 Comments

Color spaces of #fae938

RGB 25023356
HSL0.150.950.60
HSV55°78°98°
CMYK 0.000.070.78   0.02
XYZ69.277178.887315.3169
Yxy78.88730.42380.4825
Hunter Lab88.8185-16.205151.9483
CIE-Lab91.1833-12.023280.7827

#fae938 color RGB value is (250,233,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101001 00111000
Octal 372 351 70
Decimal 250 233 56
Hex FA E9 38

RGB Percentages of Color #fae938

%46.38
%43.23
%10.39

CMYK Percentages of Color #fae938

%0
%7
%78
%2

Triadic Colors of #fae938

#fae938 #38fae9 #e938fa

Analogous Colors of #fae938

#fae938 #aafa38 #fa8838

Monochromatic Colors of #fae938

#fae938

Complementary Color

#fae938 #3849fa

#fae938 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae938 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae938 Color CSS Codes

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

#fae938 Text Font Color

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

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


#fae938 Background Color

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

This div background color is #fae938


#fae938 Border Color

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

This div border color is #fae938


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae938


Comments

No comments written yet.

Please login to write comment.