Color Hex Logo

#faea52 Color Hex

#FAEA52
(250,234,82)
0 Favorites   0 Comments

Color spaces of #faea52

RGB 25023482
HSL0.150.940.65
HSV54°67°98°
CMYK 0.000.060.67   0.02
XYZ70.370279.778819.6726
Yxy79.77880.41440.4698
Hunter Lab89.3190-15.676549.4646
CIE-Lab91.5855-11.402772.4267

#faea52 color RGB value is (250,234,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101010 01010010
Octal 372 352 122
Decimal 250 234 82
Hex FA EA 52

RGB Percentages of Color #faea52

%44.17
%41.34
%14.49

CMYK Percentages of Color #faea52

%0
%6
%67
%2

Triadic Colors of #faea52

#faea52 #52faea #ea52fa

Analogous Colors of #faea52

#faea52 #b6fa52 #fa9652

Monochromatic Colors of #faea52

#faea52

Complementary Color

#faea52 #5262fa

#faea52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faea52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faea52 Color CSS Codes

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

#faea52 Text Font Color

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

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


#faea52 Background Color

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

This div background color is #faea52


#faea52 Border Color

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

This div border color is #faea52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faea52


Comments

No comments written yet.

Please login to write comment.