Color Hex Logo

#fdf07b Color Hex

#FDF07B
(253,240,123)
0 Favorites   0 Comments

Color spaces of #fdf07b

RGB 253240123
HSL0.150.970.74
HSV54°51°99°
CMYK 0.000.050.51   0.01
XYZ75.243384.632931.1089
Yxy84.63290.39400.4431
Hunter Lab91.9961-14.998844.3481
CIE-Lab93.7247-10.414357.4545

#fdf07b color RGB value is (253,240,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110000 01111011
Octal 375 360 173
Decimal 253 240 123
Hex FD F0 7B

RGB Percentages of Color #fdf07b

%41.07
%38.96
%19.97

CMYK Percentages of Color #fdf07b

%0
%5
%51
%1

Triadic Colors of #fdf07b

#fdf07b #7bfdf0 #f07bfd

Analogous Colors of #fdf07b

#fdf07b #c9fd7b #fdaf7b

Monochromatic Colors of #fdf07b

#fdf07b

Complementary Color

#fdf07b #7b88fd

#fdf07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf07b Color CSS Codes

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

#fdf07b Text Font Color

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

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


#fdf07b Background Color

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

This div background color is #fdf07b


#fdf07b Border Color

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

This div border color is #fdf07b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf07b

Related Colors


Comments

No comments written yet.

Please login to write comment.