Color Hex Logo

#fae23d Color Hex

#FAE23D
(250,226,61)
0 Favorites   0 Comments

Color spaces of #fae23d

RGB 25022661
HSL0.150.950.61
HSV52°76°98°
CMYK 0.000.100.76   0.02
XYZ67.463075.053615.3460
Yxy75.05360.42740.4754
Hunter Lab86.6335-12.607550.1410
CIE-Lab89.4181-8.377277.6735

#fae23d color RGB value is (250,226,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100010 00111101
Octal 372 342 75
Decimal 250 226 61
Hex FA E2 3D

RGB Percentages of Color #fae23d

%46.55
%42.09
%11.36

CMYK Percentages of Color #fae23d

%0
%10
%76
%2

Triadic Colors of #fae23d

#fae23d #3dfae2 #e23dfa

Analogous Colors of #fae23d

#fae23d #b4fa3d #fa843d

Monochromatic Colors of #fae23d

#fae23d

Complementary Color

#fae23d #3d55fa

#fae23d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae23d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae23d Color CSS Codes

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

#fae23d Text Font Color

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

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


#fae23d Background Color

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

This div background color is #fae23d


#fae23d Border Color

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

This div border color is #fae23d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae23d


Comments

No comments written yet.

Please login to write comment.