Color Hex Logo

#fdf785 Color Hex

#FDF785
(253,247,133)
0 Favorites   0 Comments

Color spaces of #fdf785

RGB 253247133
HSL0.160.970.76
HSV57°47°99°
CMYK 0.000.020.47   0.01
XYZ78.002489.097635.2767
Yxy89.09760.38540.4403
Hunter Lab94.3915-17.678043.9158
CIE-Lab95.6212-13.003055.0864

#fdf785 color RGB value is (253,247,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110111 10000101
Octal 375 367 205
Decimal 253 247 133
Hex FD F7 85

RGB Percentages of Color #fdf785

%39.97
%39.02
%21.01

CMYK Percentages of Color #fdf785

%0
%2
%47
%1

Triadic Colors of #fdf785

#fdf785 #85fdf7 #f785fd

Analogous Colors of #fdf785

#fdf785 #c7fd85 #fdbb85

Monochromatic Colors of #fdf785

#fdf785

Complementary Color

#fdf785 #858bfd

#fdf785 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf785 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf785 Color CSS Codes

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

#fdf785 Text Font Color

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

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


#fdf785 Background Color

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

This div background color is #fdf785


#fdf785 Border Color

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

This div border color is #fdf785


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf785

Related Colors


Comments

No comments written yet.

Please login to write comment.