Color Hex Logo

#fae23e Color Hex

#FAE23E
(250,226,62)
0 Favorites   0 Comments

Color spaces of #fae23e

RGB 25022662
HSL0.150.950.61
HSV52°75°98°
CMYK 0.000.100.75   0.02
XYZ67.490275.064515.4892
Yxy75.06450.42700.4750
Hunter Lab86.6398-12.572650.0482
CIE-Lab89.4232-8.339277.3595

#fae23e color RGB value is (250,226,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100010 00111110
Octal 372 342 76
Decimal 250 226 62
Hex FA E2 3E

RGB Percentages of Color #fae23e

%46.47
%42.01
%11.52

CMYK Percentages of Color #fae23e

%0
%10
%75
%2

Triadic Colors of #fae23e

#fae23e #3efae2 #e23efa

Analogous Colors of #fae23e

#fae23e #b4fa3e #fa843e

Monochromatic Colors of #fae23e

#fae23e

Complementary Color

#fae23e #3e56fa

#fae23e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae23e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae23e Color CSS Codes

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

#fae23e Text Font Color

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

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


#fae23e Background Color

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

This div background color is #fae23e


#fae23e Border Color

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

This div border color is #fae23e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae23e

Related Colors


Comments

No comments written yet.

Please login to write comment.