Color Hex Logo

#fdf885 Color Hex

#FDF885
(253,248,133)
0 Favorites   0 Comments

Color spaces of #fdf885

RGB 253248133
HSL0.160.970.76
HSV58°47°99°
CMYK 0.000.020.47   0.01
XYZ78.309189.710935.3789
Yxy89.71090.38500.4411
Hunter Lab94.7158-18.172644.1547
CIE-Lab95.8767-13.491655.3945

#fdf885 color RGB value is (253,248,133).

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

The process color (four color CMYK) of #fdf885 color hex is 0.00, 0.02, 0.47, 0.01. Web safe color of #fdf885 is #ffff99. Color #fdf885 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111000 10000101
Octal 375 370 205
Decimal 253 248 133
Hex FD F8 85

RGB Percentages of Color #fdf885

%39.91
%39.12
%20.98

CMYK Percentages of Color #fdf885

%0
%2
%47
%1

Triadic Colors of #fdf885

#fdf885 #85fdf8 #f885fd

Analogous Colors of #fdf885

#fdf885 #c6fd85 #fdbc85

Monochromatic Colors of #fdf885

#fdf885

Complementary Color

#fdf885 #858afd

#fdf885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf885 Color CSS Codes

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

#fdf885 Text Font Color

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

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


#fdf885 Background Color

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

This div background color is #fdf885


#fdf885 Border Color

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

This div border color is #fdf885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf885

Related Colors

#fdf885 Color Palettes


Comments

No comments written yet.

Please login to write comment.