Color Hex Logo

#fad8b2 Color Hex

#FAD8B2
(250,216,178)
0 Favorites   0 Comments

Color spaces of #fad8b2

RGB 250216178
HSL0.090.880.84
HSV32°29°98°
CMYK 0.000.140.29   0.02
XYZ72.016172.650152.3467
Yxy72.65010.36550.3688
Hunter Lab85.23501.655523.2518
CIE-Lab88.28066.342223.1167

#fad8b2 color RGB value is (250,216,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011000 10110010
Octal 372 330 262
Decimal 250 216 178
Hex FA D8 B2

RGB Percentages of Color #fad8b2

%38.82
%33.54
%27.64

CMYK Percentages of Color #fad8b2

%0
%14
%29
%2

Triadic Colors of #fad8b2

#fad8b2 #b2fad8 #d8b2fa

Analogous Colors of #fad8b2

#fad8b2 #f8fab2 #fab4b2

Monochromatic Colors of #fad8b2

#fad8b2

Complementary Color

#fad8b2 #b2d4fa

#fad8b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad8b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad8b2 Color CSS Codes

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

#fad8b2 Text Font Color

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

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


#fad8b2 Background Color

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

This div background color is #fad8b2


#fad8b2 Border Color

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

This div border color is #fad8b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad8b2


Comments

No comments written yet.

Please login to write comment.