Color Hex Logo

#fdd173 Color Hex

#FDD173
(253,209,115)
0 Favorites   0 Comments

Color spaces of #fdd173

RGB 253209115
HSL0.110.970.72
HSV41°55°99°
CMYK 0.000.170.55   0.01
XYZ66.403067.721425.7914
Yxy67.72140.41520.4235
Hunter Lab82.29300.020539.0231
CIE-Lab85.86694.581251.8856

#fdd173 color RGB value is (253,209,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010001 01110011
Octal 375 321 163
Decimal 253 209 115
Hex FD D1 73

RGB Percentages of Color #fdd173

%43.85
%36.22
%19.93

CMYK Percentages of Color #fdd173

%0
%17
%55
%1

Triadic Colors of #fdd173

#fdd173 #73fdd1 #d173fd

Analogous Colors of #fdd173

#fdd173 #e4fd73 #fd8c73

Monochromatic Colors of #fdd173

#fdd173

Complementary Color

#fdd173 #739ffd

#fdd173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd173 Color CSS Codes

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

#fdd173 Text Font Color

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

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


#fdd173 Background Color

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

This div background color is #fdd173


#fdd173 Border Color

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

This div border color is #fdd173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd173

Related Colors


Comments

No comments written yet.

Please login to write comment.