Color Hex Logo

#fdd38b Color Hex

#FDD38B
(253,211,139)
0 Favorites   0 Comments

Color spaces of #fdd38b

RGB 253211139
HSL0.110.970.77
HSV38°45°99°
CMYK 0.000.170.45   0.01
XYZ68.462569.335334.2008
Yxy69.33530.39800.4031
Hunter Lab83.26781.043433.9351
CIE-Lab86.66985.660741.0639

#fdd38b color RGB value is (253,211,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010011 10001011
Octal 375 323 213
Decimal 253 211 139
Hex FD D3 8B

RGB Percentages of Color #fdd38b

%41.96
%34.99
%23.05

CMYK Percentages of Color #fdd38b

%0
%17
%45
%1

Triadic Colors of #fdd38b

#fdd38b #8bfdd3 #d38bfd

Analogous Colors of #fdd38b

#fdd38b #eefd8b #fd9a8b

Monochromatic Colors of #fdd38b

#fdd38b

Complementary Color

#fdd38b #8bb5fd

#fdd38b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd38b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd38b Color CSS Codes

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

#fdd38b Text Font Color

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

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


#fdd38b Background Color

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

This div background color is #fdd38b


#fdd38b Border Color

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

This div border color is #fdd38b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd38b

#fdd38b Color Palettes


Comments

No comments written yet.

Please login to write comment.