Color Hex Logo

#fae275 Color Hex

#FAE275
(250,226,117)
0 Favorites   0 Comments

Color spaces of #fae275

RGB 250226117
HSL0.140.930.72
HSV49°53°98°
CMYK 0.000.100.53   0.02
XYZ69.831676.001127.8188
Yxy76.00110.40210.4377
Hunter Lab87.1786-9.580942.1055
CIE-Lab89.8599-5.121455.6089

#fae275 color RGB value is (250,226,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100010 01110101
Octal 372 342 165
Decimal 250 226 117
Hex FA E2 75

RGB Percentages of Color #fae275

%42.16
%38.11
%19.73

CMYK Percentages of Color #fae275

%0
%10
%53
%2

Triadic Colors of #fae275

#fae275 #75fae2 #e275fa

Analogous Colors of #fae275

#fae275 #d0fa75 #faa075

Monochromatic Colors of #fae275

#fae275

Complementary Color

#fae275 #758dfa

#fae275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae275 Color CSS Codes

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

#fae275 Text Font Color

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

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


#fae275 Background Color

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

This div background color is #fae275


#fae275 Border Color

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

This div border color is #fae275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae275


Comments

No comments written yet.

Please login to write comment.