Color Hex Logo

#fdd873 Color Hex

#FDD873
(253,216,115)
0 Favorites   0 Comments

Color spaces of #fdd873

RGB 253216115
HSL0.120.970.72
HSV44°55°99°
CMYK 0.000.150.55   0.01
XYZ68.158471.232226.3765
Yxy71.23220.41120.4297
Hunter Lab84.3992-3.547040.5501
CIE-Lab87.59770.996653.9409

#fdd873 color RGB value is (253,216,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011000 01110011
Octal 375 330 163
Decimal 253 216 115
Hex FD D8 73

RGB Percentages of Color #fdd873

%43.32
%36.99
%19.69

CMYK Percentages of Color #fdd873

%0
%15
%55
%1

Triadic Colors of #fdd873

#fdd873 #73fdd8 #d873fd

Analogous Colors of #fdd873

#fdd873 #ddfd73 #fd9373

Monochromatic Colors of #fdd873

#fdd873

Complementary Color

#fdd873 #7398fd

#fdd873 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd873 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd873 Color CSS Codes

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

#fdd873 Text Font Color

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

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


#fdd873 Background Color

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

This div background color is #fdd873


#fdd873 Border Color

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

This div border color is #fdd873


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,216,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 #fdd873">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd873


Comments

No comments written yet.

Please login to write comment.