Color Hex Logo

#faee54 Color Hex

#FAEE54
(250,238,84)
0 Favorites   0 Comments

Color spaces of #faee54

RGB 25023884
HSL0.150.940.65
HSV56°66°98°
CMYK 0.000.050.66   0.02
XYZ71.599182.113220.4633
Yxy82.11320.41110.4714
Hunter Lab90.6163-17.539650.0424
CIE-Lab92.6248-13.264572.7236

#faee54 color RGB value is (250,238,84).

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

The process color (four color CMYK) of #faee54 color hex is 0.00, 0.05, 0.66, 0.02. Web safe color of #faee54 is #ffff66. Color #faee54 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101110 01010100
Octal 372 356 124
Decimal 250 238 84
Hex FA EE 54

RGB Percentages of Color #faee54

%43.71
%41.61
%14.69

CMYK Percentages of Color #faee54

%0
%5
%66
%2

Triadic Colors of #faee54

#faee54 #54faee #ee54fa

Analogous Colors of #faee54

#faee54 #b3fa54 #fa9b54

Monochromatic Colors of #faee54

#faee54

Complementary Color

#faee54 #5460fa

#faee54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faee54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faee54 Color CSS Codes

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

#faee54 Text Font Color

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

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


#faee54 Background Color

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

This div background color is #faee54


#faee54 Border Color

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

This div border color is #faee54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faee54


Comments

No comments written yet.

Please login to write comment.