Color Hex Logo

#faea10 Color Hex

#FAEA10
(250,234,16)
0 Favorites   0 Comments

Color spaces of #faea10

RGB 25023416
HSL0.160.960.52
HSV56°94°98°
CMYK 0.000.060.94   0.02
XYZ68.940779.207012.1451
Yxy79.20700.43010.4941
Hunter Lab88.9983-17.475754.2078
CIE-Lab91.3279-13.376088.7738

#faea10 color RGB value is (250,234,16).

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

The process color (four color CMYK) of #faea10 color hex is 0.00, 0.06, 0.94, 0.02. Web safe color of #faea10 is #ffff00. Color #faea10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101010 00010000
Octal 372 352 20
Decimal 250 234 16
Hex FA EA 10

RGB Percentages of Color #faea10

%50.00
%46.80
%3.20

CMYK Percentages of Color #faea10

%0
%6
%94
%2

Triadic Colors of #faea10

#faea10 #10faea #ea10fa

Analogous Colors of #faea10

#faea10 #95fa10 #fa7510

Monochromatic Colors of #faea10

#faea10

Complementary Color

#faea10 #1020fa

#faea10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faea10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faea10 Color CSS Codes

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

#faea10 Text Font Color

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

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


#faea10 Background Color

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

This div background color is #faea10


#faea10 Border Color

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

This div border color is #faea10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faea10

Related Colors


Comments

No comments written yet.

Please login to write comment.