Color Hex Logo

#fdd06d Color Hex

#FDD06D
(253,208,109)
0 Favorites   0 Comments

Color spaces of #fdd06d

RGB 253208109
HSL0.110.970.71
HSV41°57°99°
CMYK 0.000.180.57   0.01
XYZ65.824267.098523.9500
Yxy67.09850.41960.4277
Hunter Lab81.91370.090140.0043
CIE-Lab85.55374.638854.3635

#fdd06d color RGB value is (253,208,109).

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

The process color (four color CMYK) of #fdd06d color hex is 0.00, 0.18, 0.57, 0.01. Web safe color of #fdd06d is #ffcc66. Color #fdd06d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010000 01101101
Octal 375 320 155
Decimal 253 208 109
Hex FD D0 6D

RGB Percentages of Color #fdd06d

%44.39
%36.49
%19.12

CMYK Percentages of Color #fdd06d

%0
%18
%57
%1

Triadic Colors of #fdd06d

#fdd06d #6dfdd0 #d06dfd

Analogous Colors of #fdd06d

#fdd06d #e2fd6d #fd886d

Monochromatic Colors of #fdd06d

#fdd06d

Complementary Color

#fdd06d #6d9afd

#fdd06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd06d Color CSS Codes

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

#fdd06d Text Font Color

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

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


#fdd06d Background Color

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

This div background color is #fdd06d


#fdd06d Border Color

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

This div border color is #fdd06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd06d


Comments

No comments written yet.

Please login to write comment.