Color Hex Logo

#fafe48 Color Hex

#FAFE48
(250,254,72)
0 Favorites   0 Comments

Color spaces of #fafe48

RGB 25025472
HSL0.170.990.64
HSV61°72°100°
CMYK 0.020.000.72   0.00
XYZ76.035991.675519.8185
Yxy91.67550.40550.4889
Hunter Lab95.7473-25.805554.7508
CIE-Lab96.6875-21.566680.9444

#fafe48 color RGB value is (250,254,72).

#fafe48 hex color red value is 250, green value is 254 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #fafe48 hue: 0.17 , saturation: 0.99 and the lightness value of fafe48 is 0.64.

The process color (four color CMYK) of #fafe48 color hex is 0.02, 0.00, 0.72, 0.00. Web safe color of #fafe48 is #ffff33. Color #fafe48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111110 01001000
Octal 372 376 110
Decimal 250 254 72
Hex FA FE 48

RGB Percentages of Color #fafe48

%43.40
%44.10
%12.50

CMYK Percentages of Color #fafe48

%2
%0
%72
%0

Triadic Colors of #fafe48

#fafe48 #48fafe #fe48fa

Analogous Colors of #fafe48

#fafe48 #9ffe48 #fea748

Monochromatic Colors of #fafe48

#fafe48

Complementary Color

#fafe48 #4c48fe

#fafe48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafe48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafe48 Color CSS Codes

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

#fafe48 Text Font Color

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

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


#fafe48 Background Color

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

This div background color is #fafe48


#fafe48 Border Color

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

This div border color is #fafe48


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,254,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 #fafe48">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafe48

Related Colors


Comments

No comments written yet.

Please login to write comment.