Color Hex Logo

#fdfbb7 Color Hex

#FDFBB7
(253,251,183)
0 Favorites   0 Comments

Color spaces of #fdfbb7

RGB 253251183
HSL0.160.950.85
HSV58°28°99°
CMYK 0.000.010.28   0.01
XYZ83.552493.295958.4040
Yxy93.29590.35520.3966
Hunter Lab96.5898-14.625631.7626
CIE-Lab97.3476-9.595032.9253

#fdfbb7 color RGB value is (253,251,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111011 10110111
Octal 375 373 267
Decimal 253 251 183
Hex FD FB B7

RGB Percentages of Color #fdfbb7

%36.83
%36.54
%26.64

CMYK Percentages of Color #fdfbb7

%0
%1
%28
%1

Triadic Colors of #fdfbb7

#fdfbb7 #b7fdfb #fbb7fd

Analogous Colors of #fdfbb7

#fdfbb7 #dcfdb7 #fdd8b7

Monochromatic Colors of #fdfbb7

#fdfbb7

Complementary Color

#fdfbb7 #b7b9fd

#fdfbb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfbb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfbb7 Color CSS Codes

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

#fdfbb7 Text Font Color

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

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


#fdfbb7 Background Color

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

This div background color is #fdfbb7


#fdfbb7 Border Color

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

This div border color is #fdfbb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfbb7

Related Colors


Comments

No comments written yet.

Please login to write comment.