Color Hex Logo

#fafebd Color Hex

#FAFEBD
(250,254,189)
0 Favorites   0 Comments

Color spaces of #fafebd

RGB 250254189
HSL0.180.970.87
HSV64°26°100°
CMYK 0.020.000.26   0.00
XYZ84.051594.881762.0281
Yxy94.88170.34880.3938
Hunter Lab97.4072-16.437230.4297
CIE-Lab97.9862-11.395830.7323

#fafebd color RGB value is (250,254,189).

#fafebd hex color red value is 250, green value is 254 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fafebd hue: 0.18 , saturation: 0.97 and the lightness value of fafebd is 0.87.

The process color (four color CMYK) of #fafebd color hex is 0.02, 0.00, 0.26, 0.00. Web safe color of #fafebd is #ffffcc. Color #fafebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111110 10111101
Octal 372 376 275
Decimal 250 254 189
Hex FA FE BD

RGB Percentages of Color #fafebd

%36.08
%36.65
%27.27

CMYK Percentages of Color #fafebd

%2
%0
%26
%0

Triadic Colors of #fafebd

#fafebd #bdfafe #febdfa

Analogous Colors of #fafebd

#fafebd #dafebd #fee2bd

Monochromatic Colors of #fafebd

#fafebd

Complementary Color

#fafebd #c1bdfe

#fafebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafebd Color CSS Codes

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

#fafebd Text Font Color

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

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


#fafebd Background Color

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

This div background color is #fafebd


#fafebd Border Color

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

This div border color is #fafebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafebd

Related Colors


Comments

No comments written yet.

Please login to write comment.