Color Hex Logo

#fbdeb2 Color Hex

#FBDEB2
(251,222,178)
0 Favorites   0 Comments

Color spaces of #fbdeb2

RGB 251222178
HSL0.100.900.84
HSV36°29°98°
CMYK 0.000.120.29   0.02
XYZ73.940875.966152.8853
Yxy75.96610.36460.3746
Hunter Lab87.1585-1.097225.0355
CIE-Lab89.84363.630125.2760

#fbdeb2 color RGB value is (251,222,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011110 10110010
Octal 373 336 262
Decimal 251 222 178
Hex FB DE B2

RGB Percentages of Color #fbdeb2

%38.56
%34.10
%27.34

CMYK Percentages of Color #fbdeb2

%0
%12
%29
%2

Triadic Colors of #fbdeb2

#fbdeb2 #b2fbde #deb2fb

Analogous Colors of #fbdeb2

#fbdeb2 #f4fbb2 #fbbab2

Monochromatic Colors of #fbdeb2

#fbdeb2

Complementary Color

#fbdeb2 #b2cffb

#fbdeb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdeb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdeb2 Color CSS Codes

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

#fbdeb2 Text Font Color

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

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


#fbdeb2 Background Color

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

This div background color is #fbdeb2


#fbdeb2 Border Color

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

This div border color is #fbdeb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdeb2


Comments

No comments written yet.

Please login to write comment.