Color Hex Logo

#faec2b Color Hex

#FAEC2B
(250,236,43)
0 Favorites   0 Comments

Color spaces of #faec2b

RGB 25023643
HSL0.160.950.57
HSV56°83°98°
CMYK 0.000.060.83   0.02
XYZ69.855880.489314.1397
Yxy80.48930.42470.4893
Hunter Lab89.7158-18.016553.4567
CIE-Lab91.9040-13.880184.7614

#faec2b color RGB value is (250,236,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101100 00101011
Octal 372 354 53
Decimal 250 236 43
Hex FA EC 2B

RGB Percentages of Color #faec2b

%47.26
%44.61
%8.13

CMYK Percentages of Color #faec2b

%0
%6
%83
%2

Triadic Colors of #faec2b

#faec2b #2bfaec #ec2bfa

Analogous Colors of #faec2b

#faec2b #a1fa2b #fa852b

Monochromatic Colors of #faec2b

#faec2b

Complementary Color

#faec2b #2b39fa

#faec2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faec2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#faec2b Color CSS Codes

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

#faec2b Text Font Color

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

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


#faec2b Background Color

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

This div background color is #faec2b


#faec2b Border Color

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

This div border color is #faec2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faec2b


Comments

No comments written yet.

Please login to write comment.