Color Hex Logo

#fde07b Color Hex

#FDE07B
(253,224,123)
0 Favorites   0 Comments

Color spaces of #fde07b

RGB 253224123
HSL0.130.970.74
HSV47°51°99°
CMYK 0.000.110.51   0.01
XYZ70.738875.624029.6075
Yxy75.62400.40200.4298
Hunter Lab86.9621-6.983840.6873
CIE-Lab89.6845-2.420252.6428

#fde07b color RGB value is (253,224,123).

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

The process color (four color CMYK) of #fde07b color hex is 0.00, 0.11, 0.51, 0.01. Web safe color of #fde07b is #ffcc66. Color #fde07b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100000 01111011
Octal 375 340 173
Decimal 253 224 123
Hex FD E0 7B

RGB Percentages of Color #fde07b

%42.17
%37.33
%20.50

CMYK Percentages of Color #fde07b

%0
%11
%51
%1

Triadic Colors of #fde07b

#fde07b #7bfde0 #e07bfd

Analogous Colors of #fde07b

#fde07b #d9fd7b #fd9f7b

Monochromatic Colors of #fde07b

#fde07b

Complementary Color

#fde07b #7b98fd

#fde07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde07b Color CSS Codes

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

#fde07b Text Font Color

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

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


#fde07b Background Color

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

This div background color is #fde07b


#fde07b Border Color

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

This div border color is #fde07b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,224,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 #fde07b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde07b


Comments

No comments written yet.

Please login to write comment.