Color Hex Logo

#fae34e Color Hex

#FAE34E
(250,227,78)
0 Favorites   0 Comments

Color spaces of #fae34e

RGB 25022778
HSL0.140.950.64
HSV52°69°98°
CMYK 0.000.090.69   0.02
XYZ68.268675.812218.2428
Yxy75.81220.42060.4670
Hunter Lab87.0702-12.417548.5268
CIE-Lab89.7721-8.134672.1084

#fae34e color RGB value is (250,227,78).

#fae34e hex color red value is 250, green value is 227 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fae34e hue: 0.14 , saturation: 0.95 and the lightness value of fae34e is 0.64.

The process color (four color CMYK) of #fae34e color hex is 0.00, 0.09, 0.69, 0.02. Web safe color of #fae34e is #ffcc66. Color #fae34e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100011 01001110
Octal 372 343 116
Decimal 250 227 78
Hex FA E3 4E

RGB Percentages of Color #fae34e

%45.05
%40.90
%14.05

CMYK Percentages of Color #fae34e

%0
%9
%69
%2

Triadic Colors of #fae34e

#fae34e #4efae3 #e34efa

Analogous Colors of #fae34e

#fae34e #bbfa4e #fa8d4e

Monochromatic Colors of #fae34e

#fae34e

Complementary Color

#fae34e #4e65fa

#fae34e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae34e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae34e Color CSS Codes

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

#fae34e Text Font Color

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

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


#fae34e Background Color

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

This div background color is #fae34e


#fae34e Border Color

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

This div border color is #fae34e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae34e

Related Colors


Comments

No comments written yet.

Please login to write comment.