Color Hex Logo

#fae26b Color Hex

#FAE26B
(250,226,107)
0 Favorites   0 Comments

Color spaces of #fae26b

RGB 250226107
HSL0.140.930.70
HSV50°57°98°
CMYK 0.000.100.57   0.02
XYZ69.274575.778224.8854
Yxy75.77820.40760.4459
Hunter Lab87.0507-10.289343.9861
CIE-Lab89.7563-5.877960.0576

#fae26b color RGB value is (250,226,107).

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

The process color (four color CMYK) of #fae26b color hex is 0.00, 0.10, 0.57, 0.02. Web safe color of #fae26b is #ffcc66. Color #fae26b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100010 01101011
Octal 372 342 153
Decimal 250 226 107
Hex FA E2 6B

RGB Percentages of Color #fae26b

%42.88
%38.77
%18.35

CMYK Percentages of Color #fae26b

%0
%10
%57
%2

Triadic Colors of #fae26b

#fae26b #6bfae2 #e26bfa

Analogous Colors of #fae26b

#fae26b #cbfa6b #fa9b6b

Monochromatic Colors of #fae26b

#fae26b

Complementary Color

#fae26b #6b83fa

#fae26b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae26b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae26b Color CSS Codes

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

#fae26b Text Font Color

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

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


#fae26b Background Color

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

This div background color is #fae26b


#fae26b Border Color

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

This div border color is #fae26b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae26b


Comments

No comments written yet.

Please login to write comment.