Color Hex Logo

#fde46b Color Hex

#FDE46B
(253,228,107)
0 Favorites   0 Comments

Color spaces of #fde46b

RGB 253228107
HSL0.140.970.71
HSV50°58°99°
CMYK 0.000.100.58   0.01
XYZ70.905377.431025.1185
Yxy77.43100.40880.4464
Hunter Lab87.9949-10.157744.6718
CIE-Lab90.5196-5.664760.9931

#fde46b color RGB value is (253,228,107).

#fde46b hex color red value is 253, green value is 228 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #fde46b hue: 0.14 , saturation: 0.97 and the lightness value of fde46b is 0.71.

The process color (four color CMYK) of #fde46b color hex is 0.00, 0.10, 0.58, 0.01. Web safe color of #fde46b is #ffcc66. Color #fde46b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100100 01101011
Octal 375 344 153
Decimal 253 228 107
Hex FD E4 6B

RGB Percentages of Color #fde46b

%43.03
%38.78
%18.20

CMYK Percentages of Color #fde46b

%0
%10
%58
%1

Triadic Colors of #fde46b

#fde46b #6bfde4 #e46bfd

Analogous Colors of #fde46b

#fde46b #cdfd6b #fd9b6b

Monochromatic Colors of #fde46b

#fde46b

Complementary Color

#fde46b #6b84fd

#fde46b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde46b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde46b Color CSS Codes

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

#fde46b Text Font Color

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

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


#fde46b Background Color

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

This div background color is #fde46b


#fde46b Border Color

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

This div border color is #fde46b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde46b

Related Colors


Comments

No comments written yet.

Please login to write comment.