Color Hex Logo

#fddc85 Color Hex

#FDDC85
(253,220,133)
0 Favorites   0 Comments

Color spaces of #fddc85

RGB 253220133
HSL0.120.970.76
HSV44°47°99°
CMYK 0.000.130.47   0.01
XYZ70.334973.762532.7208
Yxy73.76250.39780.4172
Hunter Lab85.8851-4.117837.5311
CIE-Lab88.81010.484646.7442

#fddc85 color RGB value is (253,220,133).

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

The process color (four color CMYK) of #fddc85 color hex is 0.00, 0.13, 0.47, 0.01. Web safe color of #fddc85 is #ffcc99. Color #fddc85 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011100 10000101
Octal 375 334 205
Decimal 253 220 133
Hex FD DC 85

RGB Percentages of Color #fddc85

%41.75
%36.30
%21.95

CMYK Percentages of Color #fddc85

%0
%13
%47
%1

Triadic Colors of #fddc85

#fddc85 #85fddc #dc85fd

Analogous Colors of #fddc85

#fddc85 #e2fd85 #fda085

Monochromatic Colors of #fddc85

#fddc85

Complementary Color

#fddc85 #85a6fd

#fddc85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddc85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddc85 Color CSS Codes

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

#fddc85 Text Font Color

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

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


#fddc85 Background Color

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

This div background color is #fddc85


#fddc85 Border Color

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

This div border color is #fddc85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddc85

Related Colors


Comments

No comments written yet.

Please login to write comment.