Color Hex Logo

#faea43 Color Hex

#FAEA43
(250,234,67)
0 Favorites   0 Comments

Color spaces of #faea43

RGB 25023467
HSL0.150.950.62
HSV55°73°98°
CMYK 0.000.060.73   0.02
XYZ69.860379.574916.9876
Yxy79.57490.41980.4781
Hunter Lab89.2048-16.316951.1525
CIE-Lab91.4938-12.102577.6659

#faea43 color RGB value is (250,234,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101010 01000011
Octal 372 352 103
Decimal 250 234 67
Hex FA EA 43

RGB Percentages of Color #faea43

%45.37
%42.47
%12.16

CMYK Percentages of Color #faea43

%0
%6
%73
%2

Triadic Colors of #faea43

#faea43 #43faea #ea43fa

Analogous Colors of #faea43

#faea43 #affa43 #fa8f43

Monochromatic Colors of #faea43

#faea43

Complementary Color

#faea43 #4353fa

#faea43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faea43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faea43 Color CSS Codes

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

#faea43 Text Font Color

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

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


#faea43 Background Color

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

This div background color is #faea43


#faea43 Border Color

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

This div border color is #faea43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faea43


Comments

No comments written yet.

Please login to write comment.