Color Hex Logo

#fdfbb8 Color Hex

#FDFBB8
(253,251,184)
0 Favorites   0 Comments

Color spaces of #fdfbb8

RGB 253251184
HSL0.160.950.86
HSV58°27°99°
CMYK 0.000.010.27   0.01
XYZ83.656993.337758.9542
Yxy93.33770.35460.3956
Hunter Lab96.6114-14.504931.4481
CIE-Lab97.3645-9.468432.4458

#fdfbb8 color RGB value is (253,251,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111011 10111000
Octal 375 373 270
Decimal 253 251 184
Hex FD FB B8

RGB Percentages of Color #fdfbb8

%36.77
%36.48
%26.74

CMYK Percentages of Color #fdfbb8

%0
%1
%27
%1

Triadic Colors of #fdfbb8

#fdfbb8 #b8fdfb #fbb8fd

Analogous Colors of #fdfbb8

#fdfbb8 #ddfdb8 #fdd9b8

Monochromatic Colors of #fdfbb8

#fdfbb8

Complementary Color

#fdfbb8 #b8bafd

#fdfbb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfbb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfbb8 Color CSS Codes

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

#fdfbb8 Text Font Color

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

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


#fdfbb8 Background Color

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

This div background color is #fdfbb8


#fdfbb8 Border Color

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

This div border color is #fdfbb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfbb8

Related Colors


Comments

No comments written yet.

Please login to write comment.