Color Hex Logo

#fdd38a Color Hex

#FDD38A
(253,211,138)
0 Favorites   0 Comments

Color spaces of #fdd38a

RGB 253211138
HSL0.110.970.77
HSV38°45°99°
CMYK 0.000.170.45   0.01
XYZ68.389769.306233.8177
Yxy69.30620.39870.4041
Hunter Lab83.25030.948734.1906
CIE-Lab86.65555.563741.5487

#fdd38a color RGB value is (253,211,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010011 10001010
Octal 375 323 212
Decimal 253 211 138
Hex FD D3 8A

RGB Percentages of Color #fdd38a

%42.03
%35.05
%22.92

CMYK Percentages of Color #fdd38a

%0
%17
%45
%1

Triadic Colors of #fdd38a

#fdd38a #8afdd3 #d38afd

Analogous Colors of #fdd38a

#fdd38a #eefd8a #fd9a8a

Monochromatic Colors of #fdd38a

#fdd38a

Complementary Color

#fdd38a #8ab4fd

#fdd38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd38a Color CSS Codes

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

#fdd38a Text Font Color

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

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


#fdd38a Background Color

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

This div background color is #fdd38a


#fdd38a Border Color

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

This div border color is #fdd38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd38a

Related Colors


Comments

No comments written yet.

Please login to write comment.