Color Hex Logo

#fafdbd Color Hex

#FAFDBD
(250,253,189)
0 Favorites   0 Comments

Color spaces of #fafdbd

RGB 250253189
HSL0.170.940.87
HSV63°25°99°
CMYK 0.010.000.25   0.01
XYZ83.734994.248761.9226
Yxy94.24870.34900.3929
Hunter Lab97.0818-15.933430.1397
CIE-Lab97.7321-10.904130.3884

#fafdbd color RGB value is (250,253,189).

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

The process color (four color CMYK) of #fafdbd color hex is 0.01, 0.00, 0.25, 0.01. Web safe color of #fafdbd is #ffffcc. Color #fafdbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111101 10111101
Octal 372 375 275
Decimal 250 253 189
Hex FA FD BD

RGB Percentages of Color #fafdbd

%36.13
%36.56
%27.31

CMYK Percentages of Color #fafdbd

%1
%0
%25
%1

Triadic Colors of #fafdbd

#fafdbd #bdfafd #fdbdfa

Analogous Colors of #fafdbd

#fafdbd #dafdbd #fde0bd

Monochromatic Colors of #fafdbd

#fafdbd

Complementary Color

#fafdbd #c0bdfd

#fafdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafdbd Color CSS Codes

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

#fafdbd Text Font Color

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

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


#fafdbd Background Color

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

This div background color is #fafdbd


#fafdbd Border Color

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

This div border color is #fafdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafdbd

Related Colors


Comments

No comments written yet.

Please login to write comment.