color codes Logo

#fae26f color codes

#FAE26F
(250,226,111)
0 Favorites   0 Comments

Color spaces of #fae26f

RGB 250226111
HSL0.140.930.71
HSV50°56°98°
CMYK 0.000.100.56   0.02
XYZ69.489975.864426.0197
Yxy75.86440.40550.4427
Hunter Lab87.1002-10.015243.2582
CIE-Lab89.7963-5.584858.2964

#fae26f color RGB value is (250,226,111).

#fae26f hex color red value is 250, green value is 226 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fae26f hue: 0.14 , saturation: 0.93 and the lightness value of fae26f is 0.71.

The process color (four color CMYK) of #fae26f color code is 0.00, 0.10, 0.56, 0.02. Web safe color of #fae26f is #ffcc66. Color #fae26f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100010 01101111
Octal 372 342 157
Decimal 250 226 111
Hex FA E2 6F

RGB Percentages of Color #fae26f

%42.59
%38.50
%18.91

CMYK Percentages of Color #fae26f

%0
%10
%56
%2

Triadic Colors of #fae26f

#fae26f #6ffae2 #e26ffa

Analogous Colors of #fae26f

#fae26f #cdfa6f #fa9d6f

Monochromatic Colors of #fae26f

#fae26f

Complementary Color

#fae26f #6f87fa

#fae26f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae26f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae26f Color CSS Codes

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

#fae26f Text Font Color

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

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


#fae26f Background Color

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

This div background color is #fae26f


#fae26f Border Color

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

This div border color is #fae26f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae26f


Comments

No comments written yet.

Please login to write comment.