Color Hex Logo

#fbdea5 Color Hex

#FBDEA5
(251,222,165)
0 Favorites   0 Comments

Color spaces of #fbdea5

RGB 251222165
HSL0.110.910.82
HSV40°34°98°
CMYK 0.000.120.34   0.02
XYZ72.696575.468446.3327
Yxy75.46840.37380.3880
Hunter Lab86.8726-2.655029.1890
CIE-Lab89.61192.034531.6579

#fbdea5 color RGB value is (251,222,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011110 10100101
Octal 373 336 245
Decimal 251 222 165
Hex FB DE A5

RGB Percentages of Color #fbdea5

%39.34
%34.80
%25.86

CMYK Percentages of Color #fbdea5

%0
%12
%34
%2

Triadic Colors of #fbdea5

#fbdea5 #a5fbde #dea5fb

Analogous Colors of #fbdea5

#fbdea5 #edfba5 #fbb3a5

Monochromatic Colors of #fbdea5

#fbdea5

Complementary Color

#fbdea5 #a5c2fb

#fbdea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdea5 Color CSS Codes

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

#fbdea5 Text Font Color

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

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


#fbdea5 Background Color

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

This div background color is #fbdea5


#fbdea5 Border Color

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

This div border color is #fbdea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdea5


Comments

No comments written yet.

Please login to write comment.