Color Hex Logo

#fdfbb5 Color Hex

#FDFBB5
(253,251,181)
0 Favorites   0 Comments

Color spaces of #fdfbb5

RGB 253251181
HSL0.160.950.85
HSV58°28°99°
CMYK 0.000.010.28   0.01
XYZ83.345793.213257.3152
Yxy93.21320.35640.3986
Hunter Lab96.5470-14.864332.3853
CIE-Lab97.3141-9.845933.8837

#fdfbb5 color RGB value is (253,251,181).

#fdfbb5 hex color red value is 253, green value is 251 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #fdfbb5 hue: 0.16 , saturation: 0.95 and the lightness value of fdfbb5 is 0.85.

The process color (four color CMYK) of #fdfbb5 color hex is 0.00, 0.01, 0.28, 0.01. Web safe color of #fdfbb5 is #ffffcc. Color #fdfbb5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111011 10110101
Octal 375 373 265
Decimal 253 251 181
Hex FD FB B5

RGB Percentages of Color #fdfbb5

%36.93
%36.64
%26.42

CMYK Percentages of Color #fdfbb5

%0
%1
%28
%1

Triadic Colors of #fdfbb5

#fdfbb5 #b5fdfb #fbb5fd

Analogous Colors of #fdfbb5

#fdfbb5 #dbfdb5 #fdd7b5

Monochromatic Colors of #fdfbb5

#fdfbb5

Complementary Color

#fdfbb5 #b5b7fd

#fdfbb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfbb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfbb5 Color CSS Codes

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

#fdfbb5 Text Font Color

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

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


#fdfbb5 Background Color

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

This div background color is #fdfbb5


#fdfbb5 Border Color

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

This div border color is #fdfbb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfbb5

Related Colors


Comments

No comments written yet.

Please login to write comment.