Color Hex Logo

#faec2f Color Hex

#FAEC2F
(250,236,47)
0 Favorites   0 Comments

Color spaces of #faec2f

RGB 25023647
HSL0.160.950.58
HSV56°81°98°
CMYK 0.000.060.81   0.02
XYZ69.932980.520114.5454
Yxy80.52010.42380.4880
Hunter Lab89.7330-17.919853.2024
CIE-Lab91.9177-13.773583.8256

#faec2f color RGB value is (250,236,47).

#faec2f hex color red value is 250, green value is 236 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #faec2f hue: 0.16 , saturation: 0.95 and the lightness value of faec2f is 0.58.

The process color (four color CMYK) of #faec2f color hex is 0.00, 0.06, 0.81, 0.02. Web safe color of #faec2f is #ffff33. Color #faec2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101100 00101111
Octal 372 354 57
Decimal 250 236 47
Hex FA EC 2F

RGB Percentages of Color #faec2f

%46.90
%44.28
%8.82

CMYK Percentages of Color #faec2f

%0
%6
%81
%2

Triadic Colors of #faec2f

#faec2f #2ffaec #ec2ffa

Analogous Colors of #faec2f

#faec2f #a3fa2f #fa872f

Monochromatic Colors of #faec2f

#faec2f

Complementary Color

#faec2f #2f3dfa

#faec2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faec2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faec2f Color CSS Codes

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

#faec2f Text Font Color

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

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


#faec2f Background Color

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

This div background color is #faec2f


#faec2f Border Color

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

This div border color is #faec2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faec2f

Related Colors


Comments

No comments written yet.

Please login to write comment.