Color Hex Logo

#faea1d Color Hex

#FAEA1D
(250,234,29)
0 Favorites   0 Comments

Color spaces of #faea1d

RGB 25023429
HSL0.150.960.55
HSV56°88°98°
CMYK 0.000.060.88   0.02
XYZ69.068979.258312.8205
Yxy79.25830.42860.4918
Hunter Lab89.0271-17.313953.7808
CIE-Lab91.3510-13.197587.0612

#faea1d color RGB value is (250,234,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101010 00011101
Octal 372 352 35
Decimal 250 234 29
Hex FA EA 1D

RGB Percentages of Color #faea1d

%48.73
%45.61
%5.65

CMYK Percentages of Color #faea1d

%0
%6
%88
%2

Triadic Colors of #faea1d

#faea1d #1dfaea #ea1dfa

Analogous Colors of #faea1d

#faea1d #9cfa1d #fa7c1d

Monochromatic Colors of #faea1d

#faea1d

Complementary Color

#faea1d #1d2dfa

#faea1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faea1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#faea1d Color CSS Codes

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

#faea1d Text Font Color

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

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


#faea1d Background Color

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

This div background color is #faea1d


#faea1d Border Color

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

This div border color is #faea1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faea1d


Comments

No comments written yet.

Please login to write comment.