Color Hex Logo

#faea71 Color Hex

#FAEA71
(250,234,113)
0 Favorites   0 Comments

Color spaces of #faea71

RGB 250234113
HSL0.150.930.71
HSV53°55°98°
CMYK 0.000.060.55   0.02
XYZ71.827880.361927.3484
Yxy80.36190.40010.4476
Hunter Lab89.6448-13.855544.6635
CIE-Lab91.8470-9.428059.7544

#faea71 color RGB value is (250,234,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101010 01110001
Octal 372 352 161
Decimal 250 234 113
Hex FA EA 71

RGB Percentages of Color #faea71

%41.88
%39.20
%18.93

CMYK Percentages of Color #faea71

%0
%6
%55
%2

Triadic Colors of #faea71

#faea71 #71faea #ea71fa

Analogous Colors of #faea71

#faea71 #c6fa71 #faa671

Monochromatic Colors of #faea71

#faea71

Complementary Color

#faea71 #7181fa

#faea71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faea71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faea71 Color CSS Codes

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

#faea71 Text Font Color

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

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


#faea71 Background Color

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

This div background color is #faea71


#faea71 Border Color

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

This div border color is #faea71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faea71


Comments

No comments written yet.

Please login to write comment.