Color Hex Logo

#fdf082 Color Hex

#FDF082
(253,240,130)
0 Favorites   0 Comments

Color spaces of #fdf082

RGB 253240130
HSL0.150.970.75
HSV54°49°99°
CMYK 0.000.050.49   0.01
XYZ75.697484.814533.5003
Yxy84.81450.39020.4372
Hunter Lab92.0948-14.447642.8991
CIE-Lab93.8031-9.823754.2974

#fdf082 color RGB value is (253,240,130).

#fdf082 hex color red value is 253, green value is 240 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #fdf082 hue: 0.15 , saturation: 0.97 and the lightness value of fdf082 is 0.75.

The process color (four color CMYK) of #fdf082 color hex is 0.00, 0.05, 0.49, 0.01. Web safe color of #fdf082 is #ffff99. Color #fdf082 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110000 10000010
Octal 375 360 202
Decimal 253 240 130
Hex FD F0 82

RGB Percentages of Color #fdf082

%40.61
%38.52
%20.87

CMYK Percentages of Color #fdf082

%0
%5
%49
%1

Triadic Colors of #fdf082

#fdf082 #82fdf0 #f082fd

Analogous Colors of #fdf082

#fdf082 #cdfd82 #fdb382

Monochromatic Colors of #fdf082

#fdf082

Complementary Color

#fdf082 #828ffd

#fdf082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf082 Color CSS Codes

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

#fdf082 Text Font Color

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

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


#fdf082 Background Color

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

This div background color is #fdf082


#fdf082 Border Color

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

This div border color is #fdf082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf082


Comments

No comments written yet.

Please login to write comment.