Color Hex Logo

#fdd17b Color Hex

#FDD17B
(253,209,123)
0 Favorites   0 Comments

Color spaces of #fdd17b

RGB 253209123
HSL0.110.970.74
HSV40°51°99°
CMYK 0.000.170.51   0.01
XYZ66.883667.913628.3224
Yxy67.91360.41000.4163
Hunter Lab82.40970.653437.3101
CIE-Lab85.96325.234048.1293

#fdd17b color RGB value is (253,209,123).

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

The process color (four color CMYK) of #fdd17b color hex is 0.00, 0.17, 0.51, 0.01. Web safe color of #fdd17b is #ffcc66. Color #fdd17b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010001 01111011
Octal 375 321 173
Decimal 253 209 123
Hex FD D1 7B

RGB Percentages of Color #fdd17b

%43.25
%35.73
%21.03

CMYK Percentages of Color #fdd17b

%0
%17
%51
%1

Triadic Colors of #fdd17b

#fdd17b #7bfdd1 #d17bfd

Analogous Colors of #fdd17b

#fdd17b #e8fd7b #fd907b

Monochromatic Colors of #fdd17b

#fdd17b

Complementary Color

#fdd17b #7ba7fd

#fdd17b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd17b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd17b Color CSS Codes

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

#fdd17b Text Font Color

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

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


#fdd17b Background Color

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

This div background color is #fdd17b


#fdd17b Border Color

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

This div border color is #fdd17b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd17b

Related Colors


Comments

No comments written yet.

Please login to write comment.