Color Hex Logo

#fddb8b Color Hex

#FDDB8B
(253,219,139)
0 Favorites   0 Comments

Color spaces of #fddb8b

RGB 253219139
HSL0.120.970.77
HSV42°45°99°
CMYK 0.000.130.45   0.01
XYZ70.499773.409834.8799
Yxy73.40980.39430.4106
Hunter Lab85.6795-3.064035.8389
CIE-Lab88.64281.558843.5717

#fddb8b color RGB value is (253,219,139).

#fddb8b hex color red value is 253, green value is 219 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #fddb8b hue: 0.12 , saturation: 0.97 and the lightness value of fddb8b is 0.77.

The process color (four color CMYK) of #fddb8b color hex is 0.00, 0.13, 0.45, 0.01. Web safe color of #fddb8b is #ffcc99. Color #fddb8b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011011 10001011
Octal 375 333 213
Decimal 253 219 139
Hex FD DB 8B

RGB Percentages of Color #fddb8b

%41.41
%35.84
%22.75

CMYK Percentages of Color #fddb8b

%0
%13
%45
%1

Triadic Colors of #fddb8b

#fddb8b #8bfddb #db8bfd

Analogous Colors of #fddb8b

#fddb8b #e6fd8b #fda28b

Monochromatic Colors of #fddb8b

#fddb8b

Complementary Color

#fddb8b #8badfd

#fddb8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddb8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddb8b Color CSS Codes

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

#fddb8b Text Font Color

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

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


#fddb8b Background Color

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

This div background color is #fddb8b


#fddb8b Border Color

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

This div border color is #fddb8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddb8b

Related Colors


Comments

No comments written yet.

Please login to write comment.