Color Hex Logo

#fde16b Color Hex

#FDE16B
(253,225,107)
0 Favorites   0 Comments

Color spaces of #fde16b

RGB 253225107
HSL0.130.970.71
HSV48°58°99°
CMYK 0.000.110.58   0.01
XYZ70.087175.794624.8458
Yxy75.79460.41050.4440
Hunter Lab87.0601-8.655044.0215
CIE-Lab89.7639-4.158260.1357

#fde16b color RGB value is (253,225,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100001 01101011
Octal 375 341 153
Decimal 253 225 107
Hex FD E1 6B

RGB Percentages of Color #fde16b

%43.25
%38.46
%18.29

CMYK Percentages of Color #fde16b

%0
%11
%58
%1

Triadic Colors of #fde16b

#fde16b #6bfde1 #e16bfd

Analogous Colors of #fde16b

#fde16b #d0fd6b #fd986b

Monochromatic Colors of #fde16b

#fde16b

Complementary Color

#fde16b #6b87fd

#fde16b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde16b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde16b Color CSS Codes

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

#fde16b Text Font Color

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

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


#fde16b Background Color

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

This div background color is #fde16b


#fde16b Border Color

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

This div border color is #fde16b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde16b


Comments

No comments written yet.

Please login to write comment.