Color Hex Logo

#fdd18b Color Hex

#FDD18B
(253,209,139)
0 Favorites   0 Comments

Color spaces of #fdd18b

RGB 253209139
HSL0.100.970.77
HSV37°45°99°
CMYK 0.000.170.45   0.01
XYZ67.968768.347734.0362
Yxy68.34770.39900.4012
Hunter Lab82.67272.075233.4613
CIE-Lab86.18006.691740.4379

#fdd18b color RGB value is (253,209,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010001 10001011
Octal 375 321 213
Decimal 253 209 139
Hex FD D1 8B

RGB Percentages of Color #fdd18b

%42.10
%34.78
%23.13

CMYK Percentages of Color #fdd18b

%0
%17
%45
%1

Triadic Colors of #fdd18b

#fdd18b #8bfdd1 #d18bfd

Analogous Colors of #fdd18b

#fdd18b #f0fd8b #fd988b

Monochromatic Colors of #fdd18b

#fdd18b

Complementary Color

#fdd18b #8bb7fd

#fdd18b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd18b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd18b Color CSS Codes

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

#fdd18b Text Font Color

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

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


#fdd18b Background Color

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

This div background color is #fdd18b


#fdd18b Border Color

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

This div border color is #fdd18b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,209,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 #fdd18b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd18b

Related Colors


Comments

No comments written yet.

Please login to write comment.