Color Hex Logo

#fdfbb6 Color Hex

#FDFBB6
(253,251,182)
0 Favorites   0 Comments

Color spaces of #fdfbb6

RGB 253251182
HSL0.160.950.85
HSV58°28°99°
CMYK 0.000.010.28   0.01
XYZ83.448793.254457.8577
Yxy93.25440.35580.3976
Hunter Lab96.5683-14.745332.0750
CIE-Lab97.3308-9.720833.4046

#fdfbb6 color RGB value is (253,251,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111011 10110110
Octal 375 373 266
Decimal 253 251 182
Hex FD FB B6

RGB Percentages of Color #fdfbb6

%36.88
%36.59
%26.53

CMYK Percentages of Color #fdfbb6

%0
%1
%28
%1

Triadic Colors of #fdfbb6

#fdfbb6 #b6fdfb #fbb6fd

Analogous Colors of #fdfbb6

#fdfbb6 #dcfdb6 #fdd8b6

Monochromatic Colors of #fdfbb6

#fdfbb6

Complementary Color

#fdfbb6 #b6b8fd

#fdfbb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfbb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfbb6 Color CSS Codes

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

#fdfbb6 Text Font Color

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

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


#fdfbb6 Background Color

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

This div background color is #fdfbb6


#fdfbb6 Border Color

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

This div border color is #fdfbb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfbb6


Comments

No comments written yet.

Please login to write comment.