Color Hex Logo

#fdf592 Color Hex

#FDF592
(253,245,146)
0 Favorites   0 Comments

Color spaces of #fdf592

RGB 253245146
HSL0.150.960.78
HSV56°42°99°
CMYK 0.000.030.42   0.01
XYZ78.348788.262840.1011
Yxy88.26280.37900.4270
Hunter Lab93.9483-15.548440.4563
CIE-Lab95.2715-10.803948.4871

#fdf592 color RGB value is (253,245,146).

#fdf592 hex color red value is 253, green value is 245 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #fdf592 hue: 0.15 , saturation: 0.96 and the lightness value of fdf592 is 0.78.

The process color (four color CMYK) of #fdf592 color hex is 0.00, 0.03, 0.42, 0.01. Web safe color of #fdf592 is #ffff99. Color #fdf592 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110101 10010010
Octal 375 365 222
Decimal 253 245 146
Hex FD F5 92

RGB Percentages of Color #fdf592

%39.29
%38.04
%22.67

CMYK Percentages of Color #fdf592

%0
%3
%42
%1

Triadic Colors of #fdf592

#fdf592 #92fdf5 #f592fd

Analogous Colors of #fdf592

#fdf592 #d0fd92 #fdc092

Monochromatic Colors of #fdf592

#fdf592

Complementary Color

#fdf592 #929afd

#fdf592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf592 Color CSS Codes

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

#fdf592 Text Font Color

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

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


#fdf592 Background Color

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

This div background color is #fdf592


#fdf592 Border Color

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

This div border color is #fdf592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf592

Related Colors


Comments

No comments written yet.

Please login to write comment.