Color Hex Logo

#fdfbb3 Color Hex

#FDFBB3
(253,251,179)
0 Favorites   0 Comments

Color spaces of #fdfbb3

RGB 253251179
HSL0.160.950.85
HSV58°29°99°
CMYK 0.000.010.29   0.01
XYZ83.141993.131756.2420
Yxy93.13170.35760.4005
Hunter Lab96.5048-15.100032.9997
CIE-Lab97.2810-10.093934.8410

#fdfbb3 color RGB value is (253,251,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111011 10110011
Octal 375 373 263
Decimal 253 251 179
Hex FD FB B3

RGB Percentages of Color #fdfbb3

%37.04
%36.75
%26.21

CMYK Percentages of Color #fdfbb3

%0
%1
%29
%1

Triadic Colors of #fdfbb3

#fdfbb3 #b3fdfb #fbb3fd

Analogous Colors of #fdfbb3

#fdfbb3 #dafdb3 #fdd6b3

Monochromatic Colors of #fdfbb3

#fdfbb3

Complementary Color

#fdfbb3 #b3b5fd

#fdfbb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfbb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfbb3 Color CSS Codes

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

#fdfbb3 Text Font Color

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

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


#fdfbb3 Background Color

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

This div background color is #fdfbb3


#fdfbb3 Border Color

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

This div border color is #fdfbb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfbb3

Related Colors


Comments

No comments written yet.

Please login to write comment.