Color Hex Logo

#faee48 Color Hex

#FAEE48
(250,238,72)
0 Favorites   0 Comments

Color spaces of #faee48

RGB 25023872
HSL0.160.950.63
HSV56°71°98°
CMYK 0.000.050.71   0.02
XYZ71.168681.940918.1961
Yxy81.94090.41540.4783
Hunter Lab90.5212-18.073851.4467
CIE-Lab92.5488-13.850476.9900

#faee48 color RGB value is (250,238,72).

#faee48 hex color red value is 250, green value is 238 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #faee48 hue: 0.16 , saturation: 0.95 and the lightness value of faee48 is 0.63.

The process color (four color CMYK) of #faee48 color hex is 0.00, 0.05, 0.71, 0.02. Web safe color of #faee48 is #ffff33. Color #faee48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101110 01001000
Octal 372 356 110
Decimal 250 238 72
Hex FA EE 48

RGB Percentages of Color #faee48

%44.64
%42.50
%12.86

CMYK Percentages of Color #faee48

%0
%5
%71
%2

Triadic Colors of #faee48

#faee48 #48faee #ee48fa

Analogous Colors of #faee48

#faee48 #adfa48 #fa9548

Monochromatic Colors of #faee48

#faee48

Complementary Color

#faee48 #4854fa

#faee48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faee48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faee48 Color CSS Codes

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

#faee48 Text Font Color

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

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


#faee48 Background Color

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

This div background color is #faee48


#faee48 Border Color

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

This div border color is #faee48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faee48


Comments

No comments written yet.

Please login to write comment.