Color Hex Logo

#faec5d Color Hex

#FAEC5D
(250,236,93)
0 Favorites   0 Comments

Color spaces of #faec5d

RGB 25023693
HSL0.150.940.67
HSV55°63°98°
CMYK 0.000.060.63   0.02
XYZ71.395681.105222.2478
Yxy81.10520.40860.4641
Hunter Lab90.0584-16.092848.3940
CIE-Lab92.1785-11.772168.7163

#faec5d color RGB value is (250,236,93).

#faec5d hex color red value is 250, green value is 236 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #faec5d hue: 0.15 , saturation: 0.94 and the lightness value of faec5d is 0.67.

The process color (four color CMYK) of #faec5d color hex is 0.00, 0.06, 0.63, 0.02. Web safe color of #faec5d is #ffff66. Color #faec5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101100 01011101
Octal 372 354 135
Decimal 250 236 93
Hex FA EC 5D

RGB Percentages of Color #faec5d

%43.18
%40.76
%16.06

CMYK Percentages of Color #faec5d

%0
%6
%63
%2

Triadic Colors of #faec5d

#faec5d #5dfaec #ec5dfa

Analogous Colors of #faec5d

#faec5d #bafa5d #fa9e5d

Monochromatic Colors of #faec5d

#faec5d

Complementary Color

#faec5d #5d6bfa

#faec5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faec5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#faec5d Color CSS Codes

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

#faec5d Text Font Color

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

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


#faec5d Background Color

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

This div background color is #faec5d


#faec5d Border Color

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

This div border color is #faec5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faec5d


Comments

No comments written yet.

Please login to write comment.