Color Hex Logo

#faed30 Color Hex

#FAED30
(250,237,48)
0 Favorites   0 Comments

Color spaces of #faed30

RGB 25023748
HSL0.160.950.58
HSV56°81°98°
CMYK 0.000.050.81   0.02
XYZ70.242081.105814.7491
Yxy81.10580.42290.4883
Hunter Lab90.0588-18.380453.3311
CIE-Lab92.1788-14.234683.8006

#faed30 color RGB value is (250,237,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 00110000
Octal 372 355 60
Decimal 250 237 48
Hex FA ED 30

RGB Percentages of Color #faed30

%46.73
%44.30
%8.97

CMYK Percentages of Color #faed30

%0
%5
%81
%2

Triadic Colors of #faed30

#faed30 #30faed #ed30fa

Analogous Colors of #faed30

#faed30 #a2fa30 #fa8830

Monochromatic Colors of #faed30

#faed30

Complementary Color

#faed30 #303dfa

#faed30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faed30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faed30 Color CSS Codes

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

#faed30 Text Font Color

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

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


#faed30 Background Color

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

This div background color is #faed30


#faed30 Border Color

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

This div border color is #faed30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faed30


Comments

No comments written yet.

Please login to write comment.