Color Hex Logo

#fdd38e Color Hex

#FDD38E
(253,211,142)
0 Favorites   0 Comments

Color spaces of #fdd38e

RGB 253211142
HSL0.100.970.77
HSV37°44°99°
CMYK 0.000.170.44   0.01
XYZ68.684869.424235.3713
Yxy69.42420.39590.4002
Hunter Lab83.32121.332233.1552
CIE-Lab86.71375.956239.6060

#fdd38e color RGB value is (253,211,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010011 10001110
Octal 375 323 216
Decimal 253 211 142
Hex FD D3 8E

RGB Percentages of Color #fdd38e

%41.75
%34.82
%23.43

CMYK Percentages of Color #fdd38e

%0
%17
%44
%1

Triadic Colors of #fdd38e

#fdd38e #8efdd3 #d38efd

Analogous Colors of #fdd38e

#fdd38e #f0fd8e #fd9c8e

Monochromatic Colors of #fdd38e

#fdd38e

Complementary Color

#fdd38e #8eb8fd

#fdd38e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd38e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd38e Color CSS Codes

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

#fdd38e Text Font Color

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

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


#fdd38e Background Color

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

This div background color is #fdd38e


#fdd38e Border Color

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

This div border color is #fdd38e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd38e

Related Colors


Comments

No comments written yet.

Please login to write comment.