Color Hex Logo

#fae738 Color Hex

#FAE738
(250,231,56)
0 Favorites   0 Comments

Color spaces of #fae738

RGB 25023156
HSL0.150.950.60
HSV54°78°98°
CMYK 0.000.080.78   0.02
XYZ68.714177.761315.1292
Yxy77.76130.42520.4812
Hunter Lab88.1824-15.227151.5554
CIE-Lab90.6709-11.036880.3259

#fae738 color RGB value is (250,231,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100111 00111000
Octal 372 347 70
Decimal 250 231 56
Hex FA E7 38

RGB Percentages of Color #fae738

%46.55
%43.02
%10.43

CMYK Percentages of Color #fae738

%0
%8
%78
%2

Triadic Colors of #fae738

#fae738 #38fae7 #e738fa

Analogous Colors of #fae738

#fae738 #acfa38 #fa8638

Monochromatic Colors of #fae738

#fae738

Complementary Color

#fae738 #384bfa

#fae738 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae738 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae738 Color CSS Codes

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

#fae738 Text Font Color

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

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


#fae738 Background Color

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

This div background color is #fae738


#fae738 Border Color

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

This div border color is #fae738


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae738


Comments

No comments written yet.

Please login to write comment.