Color Hex Logo

#fadeb4 Color Hex

#FADEB4
(250,222,180)
0 Favorites   0 Comments

Color spaces of #fadeb4

RGB 250222180
HSL0.100.880.84
HSV36°28°98°
CMYK 0.000.110.28   0.02
XYZ73.783875.861853.9340
Yxy75.86180.36240.3726
Hunter Lab87.0987-1.210224.2550
CIE-Lab89.79513.513324.1601

#fadeb4 color RGB value is (250,222,180).

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

The process color (four color CMYK) of #fadeb4 color hex is 0.00, 0.11, 0.28, 0.02. Web safe color of #fadeb4 is #ffcccc. Color #fadeb4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011110 10110100
Octal 372 336 264
Decimal 250 222 180
Hex FA DE B4

RGB Percentages of Color #fadeb4

%38.34
%34.05
%27.61

CMYK Percentages of Color #fadeb4

%0
%11
%28
%2

Triadic Colors of #fadeb4

#fadeb4 #b4fade #deb4fa

Analogous Colors of #fadeb4

#fadeb4 #f3fab4 #fabbb4

Monochromatic Colors of #fadeb4

#fadeb4

Complementary Color

#fadeb4 #b4d0fa

#fadeb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadeb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadeb4 Color CSS Codes

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

#fadeb4 Text Font Color

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

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


#fadeb4 Background Color

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

This div background color is #fadeb4


#fadeb4 Border Color

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

This div border color is #fadeb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadeb4


Comments

No comments written yet.

Please login to write comment.