Color Hex Logo

#fdd68d Color Hex

#FDD68D
(253,214,141)
0 Favorites   0 Comments

Color spaces of #fdd68d

RGB 253214141
HSL0.110.970.77
HSV39°44°99°
CMYK 0.000.150.44   0.01
XYZ69.362370.898935.2284
Yxy70.89890.39530.4040
Hunter Lab84.2015-0.310434.1352
CIE-Lab87.43594.313841.0365

#fdd68d color RGB value is (253,214,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010110 10001101
Octal 375 326 215
Decimal 253 214 141
Hex FD D6 8D

RGB Percentages of Color #fdd68d

%41.61
%35.20
%23.19

CMYK Percentages of Color #fdd68d

%0
%15
%44
%1

Triadic Colors of #fdd68d

#fdd68d #8dfdd6 #d68dfd

Analogous Colors of #fdd68d

#fdd68d #ecfd8d #fd9e8d

Monochromatic Colors of #fdd68d

#fdd68d

Complementary Color

#fdd68d #8db4fd

#fdd68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd68d Color CSS Codes

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

#fdd68d Text Font Color

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

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


#fdd68d Background Color

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

This div background color is #fdd68d


#fdd68d Border Color

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

This div border color is #fdd68d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd68d


Comments

No comments written yet.

Please login to write comment.