Color Hex Logo

#fdf67d Color Hex

#FDF67D
(253,246,125)
0 Favorites   0 Comments

Color spaces of #fdf67d

RGB 253246125
HSL0.160.970.74
HSV57°51°99°
CMYK 0.000.030.51   0.01
XYZ77.165588.274832.3737
Yxy88.27480.39010.4463
Hunter Lab93.9547-17.817645.3389
CIE-Lab95.2765-13.197658.3685

#fdf67d color RGB value is (253,246,125).

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

The process color (four color CMYK) of #fdf67d color hex is 0.00, 0.03, 0.51, 0.01. Web safe color of #fdf67d is #ffff66. Color #fdf67d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110110 01111101
Octal 375 366 175
Decimal 253 246 125
Hex FD F6 7D

RGB Percentages of Color #fdf67d

%40.54
%39.42
%20.03

CMYK Percentages of Color #fdf67d

%0
%3
%51
%1

Triadic Colors of #fdf67d

#fdf67d #7dfdf6 #f67dfd

Analogous Colors of #fdf67d

#fdf67d #c4fd7d #fdb67d

Monochromatic Colors of #fdf67d

#fdf67d

Complementary Color

#fdf67d #7d84fd

#fdf67d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf67d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf67d Color CSS Codes

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

#fdf67d Text Font Color

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

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


#fdf67d Background Color

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

This div background color is #fdf67d


#fdf67d Border Color

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

This div border color is #fdf67d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf67d

Related Colors

#fdf67d Color Palettes


Comments

No comments written yet.

Please login to write comment.