Color Hex Logo

#fdf698 Color Hex

#FDF698
(253,246,152)
0 Favorites   0 Comments

Color spaces of #fdf698

RGB 253246152
HSL0.160.960.79
HSV56°40°99°
CMYK 0.000.030.40   0.01
XYZ79.131389.061242.7256
Yxy89.06120.37520.4223
Hunter Lab94.3722-15.478839.2179
CIE-Lab95.6060-10.689946.0022

#fdf698 color RGB value is (253,246,152).

#fdf698 hex color red value is 253, green value is 246 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #fdf698 hue: 0.16 , saturation: 0.96 and the lightness value of fdf698 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110110 10011000
Octal 375 366 230
Decimal 253 246 152
Hex FD F6 98

RGB Percentages of Color #fdf698

%38.86
%37.79
%23.35

CMYK Percentages of Color #fdf698

%0
%3
%40
%1

Triadic Colors of #fdf698

#fdf698 #98fdf6 #f698fd

Analogous Colors of #fdf698

#fdf698 #d2fd98 #fdc498

Monochromatic Colors of #fdf698

#fdf698

Complementary Color

#fdf698 #989ffd

#fdf698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf698 Color CSS Codes

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

#fdf698 Text Font Color

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

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


#fdf698 Background Color

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

This div background color is #fdf698


#fdf698 Border Color

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

This div border color is #fdf698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf698


Comments

No comments written yet.

Please login to write comment.