Color Hex Logo

#faed21 Color Hex

#FAED21
(250,237,33)
0 Favorites   0 Comments

Color spaces of #faed21

RGB 25023733
HSL0.160.960.55
HSV56°87°98°
CMYK 0.000.050.87   0.02
XYZ69.983081.002213.3853
Yxy81.00220.42580.4928
Hunter Lab90.0012-18.704454.1830
CIE-Lab92.1327-14.592386.9899

#faed21 color RGB value is (250,237,33).

#faed21 hex color red value is 250, green value is 237 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #faed21 hue: 0.16 , saturation: 0.96 and the lightness value of faed21 is 0.55.

The process color (four color CMYK) of #faed21 color hex is 0.00, 0.05, 0.87, 0.02. Web safe color of #faed21 is #ffff33. Color #faed21 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 00100001
Octal 372 355 41
Decimal 250 237 33
Hex FA ED 21

RGB Percentages of Color #faed21

%48.08
%45.58
%6.35

CMYK Percentages of Color #faed21

%0
%5
%87
%2

Triadic Colors of #faed21

#faed21 #21faed #ed21fa

Analogous Colors of #faed21

#faed21 #9bfa21 #fa8121

Monochromatic Colors of #faed21

#faed21

Complementary Color

#faed21 #212efa

#faed21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faed21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faed21 Color CSS Codes

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

#faed21 Text Font Color

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

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


#faed21 Background Color

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

This div background color is #faed21


#faed21 Border Color

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

This div border color is #faed21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faed21


Comments

No comments written yet.

Please login to write comment.