Color Hex Logo

#fde206 Color Hex

#FDE206
(253,226,6)
0 Favorites   0 Comments

Color spaces of #fde206

RGB 2532266
HSL0.150.980.51
HSV53°98°99°
CMYK 0.000.110.98   0.01
XYZ67.737275.288511.1343
Yxy75.28850.43940.4884
Hunter Lab86.7689-12.497553.1301
CIE-Lab89.5280-8.247388.4191

#fde206 color RGB value is (253,226,6).

#fde206 hex color red value is 253, green value is 226 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #fde206 hue: 0.15 , saturation: 0.98 and the lightness value of fde206 is 0.51.

The process color (four color CMYK) of #fde206 color hex is 0.00, 0.11, 0.98, 0.01. Web safe color of #fde206 is #ffcc00. Color #fde206 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100010 00000110
Octal 375 342 6
Decimal 253 226 6
Hex FD E2 6

RGB Percentages of Color #fde206

%52.16
%46.60
%1.24

CMYK Percentages of Color #fde206

%0
%11
%98
%1

Triadic Colors of #fde206

#fde206 #06fde2 #e206fd

Analogous Colors of #fde206

#fde206 #9dfd06 #fd6706

Monochromatic Colors of #fde206

#fde206

Complementary Color

#fde206 #0621fd

#fde206 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde206 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde206 Color CSS Codes

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

#fde206 Text Font Color

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

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


#fde206 Background Color

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

This div background color is #fde206


#fde206 Border Color

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

This div border color is #fde206


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde206

Related Colors


Comments

No comments written yet.

Please login to write comment.