Color Hex Logo

#fdf28d Color Hex

#FDF28D
(253,242,141)
0 Favorites   0 Comments

Color spaces of #fdf28d

RGB 253242141
HSL0.150.970.77
HSV54°44°99°
CMYK 0.000.040.44   0.01
XYZ77.067986.310037.7969
Yxy86.31000.38310.4290
Hunter Lab92.9032-14.505740.9106
CIE-Lab94.4447-9.809049.8619

#fdf28d color RGB value is (253,242,141).

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

The process color (four color CMYK) of #fdf28d color hex is 0.00, 0.04, 0.44, 0.01. Web safe color of #fdf28d is #ffff99. Color #fdf28d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110010 10001101
Octal 375 362 215
Decimal 253 242 141
Hex FD F2 8D

RGB Percentages of Color #fdf28d

%39.78
%38.05
%22.17

CMYK Percentages of Color #fdf28d

%0
%4
%44
%1

Triadic Colors of #fdf28d

#fdf28d #8dfdf2 #f28dfd

Analogous Colors of #fdf28d

#fdf28d #d0fd8d #fdba8d

Monochromatic Colors of #fdf28d

#fdf28d

Complementary Color

#fdf28d #8d98fd

#fdf28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf28d Color CSS Codes

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

#fdf28d Text Font Color

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

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


#fdf28d Background Color

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

This div background color is #fdf28d


#fdf28d Border Color

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

This div border color is #fdf28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf28d

Related Colors


Comments

No comments written yet.

Please login to write comment.