Color Hex Logo

#fadfb1 Color Hex

#FADFB1
(250,223,177)
0 Favorites   0 Comments

Color spaces of #fadfb1

RGB 250223177
HSL0.110.880.84
HSV38°29°98°
CMYK 0.000.110.29   0.02
XYZ73.747876.273752.4303
Yxy76.27370.36430.3767
Hunter Lab87.3348-2.105925.5404
CIE-Lab89.98632.614725.9742

#fadfb1 color RGB value is (250,223,177).

#fadfb1 hex color red value is 250, green value is 223 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #fadfb1 hue: 0.11 , saturation: 0.88 and the lightness value of fadfb1 is 0.84.

The process color (four color CMYK) of #fadfb1 color hex is 0.00, 0.11, 0.29, 0.02. Web safe color of #fadfb1 is #ffcc99. Color #fadfb1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 10110001
Octal 372 337 261
Decimal 250 223 177
Hex FA DF B1

RGB Percentages of Color #fadfb1

%38.46
%34.31
%27.23

CMYK Percentages of Color #fadfb1

%0
%11
%29
%2

Triadic Colors of #fadfb1

#fadfb1 #b1fadf #dfb1fa

Analogous Colors of #fadfb1

#fadfb1 #f1fab1 #fabbb1

Monochromatic Colors of #fadfb1

#fadfb1

Complementary Color

#fadfb1 #b1ccfa

#fadfb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadfb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadfb1 Color CSS Codes

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

#fadfb1 Text Font Color

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

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


#fadfb1 Background Color

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

This div background color is #fadfb1


#fadfb1 Border Color

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

This div border color is #fadfb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadfb1


Comments

No comments written yet.

Please login to write comment.