Color Hex Logo

#fbdea4 Color Hex

#FBDEA4
(251,222,164)
0 Favorites   0 Comments

Color spaces of #fbdea4

RGB 251222164
HSL0.110.920.81
HSV40°35°98°
CMYK 0.000.120.35   0.02
XYZ72.605875.432145.8551
Yxy75.43210.37450.3890
Hunter Lab86.8517-2.768929.4928
CIE-Lab89.59501.917332.1474

#fbdea4 color RGB value is (251,222,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011110 10100100
Octal 373 336 244
Decimal 251 222 164
Hex FB DE A4

RGB Percentages of Color #fbdea4

%39.40
%34.85
%25.75

CMYK Percentages of Color #fbdea4

%0
%12
%35
%2

Triadic Colors of #fbdea4

#fbdea4 #a4fbde #dea4fb

Analogous Colors of #fbdea4

#fbdea4 #edfba4 #fbb3a4

Monochromatic Colors of #fbdea4

#fbdea4

Complementary Color

#fbdea4 #a4c1fb

#fbdea4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdea4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdea4 Color CSS Codes

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

#fbdea4 Text Font Color

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

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


#fbdea4 Background Color

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

This div background color is #fbdea4


#fbdea4 Border Color

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

This div border color is #fbdea4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdea4


Comments

No comments written yet.

Please login to write comment.