Color Hex Logo

#fae326 Color Hex

#FAE326
(250,227,38)
0 Favorites   0 Comments

Color spaces of #fae326

RGB 25022738
HSL0.150.950.56
HSV53°85°98°
CMYK 0.000.090.85   0.02
XYZ67.243375.402112.8437
Yxy75.40210.43250.4849
Hunter Lab86.8344-13.732352.0145
CIE-Lab89.5810-9.564183.9503

#fae326 color RGB value is (250,227,38).

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

The process color (four color CMYK) of #fae326 color hex is 0.00, 0.09, 0.85, 0.02. Web safe color of #fae326 is #ffcc33. Color #fae326 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100011 00100110
Octal 372 343 46
Decimal 250 227 38
Hex FA E3 26

RGB Percentages of Color #fae326

%48.54
%44.08
%7.38

CMYK Percentages of Color #fae326

%0
%9
%85
%2

Triadic Colors of #fae326

#fae326 #26fae3 #e326fa

Analogous Colors of #fae326

#fae326 #a7fa26 #fa7926

Monochromatic Colors of #fae326

#fae326

Complementary Color

#fae326 #263dfa

#fae326 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae326 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae326 Color CSS Codes

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

#fae326 Text Font Color

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

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


#fae326 Background Color

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

This div background color is #fae326


#fae326 Border Color

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

This div border color is #fae326


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae326


Comments

No comments written yet.

Please login to write comment.