Color Hex Logo

#fbdea0 Color Hex

#FBDEA0
(251,222,160)
0 Favorites   0 Comments

Color spaces of #fbdea0

RGB 251222160
HSL0.110.920.81
HSV41°36°98°
CMYK 0.000.120.36   0.02
XYZ72.250175.289843.9821
Yxy75.28980.37720.3931
Hunter Lab86.7697-3.216230.6857
CIE-Lab89.52861.456034.1024

#fbdea0 color RGB value is (251,222,160).

#fbdea0 hex color red value is 251, green value is 222 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #fbdea0 hue: 0.11 , saturation: 0.92 and the lightness value of fbdea0 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011110 10100000
Octal 373 336 240
Decimal 251 222 160
Hex FB DE A0

RGB Percentages of Color #fbdea0

%39.65
%35.07
%25.28

CMYK Percentages of Color #fbdea0

%0
%12
%36
%2

Triadic Colors of #fbdea0

#fbdea0 #a0fbde #dea0fb

Analogous Colors of #fbdea0

#fbdea0 #ebfba0 #fbb1a0

Monochromatic Colors of #fbdea0

#fbdea0

Complementary Color

#fbdea0 #a0bdfb

#fbdea0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdea0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdea0 Color CSS Codes

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

#fbdea0 Text Font Color

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

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


#fbdea0 Background Color

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

This div background color is #fbdea0


#fbdea0 Border Color

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

This div border color is #fbdea0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdea0


Comments

No comments written yet.

Please login to write comment.