Color Hex Logo

#fde311 Color Hex

#FDE311
(253,227,17)
0 Favorites   0 Comments

Color spaces of #fde311

RGB 25322717
HSL0.150.980.53
HSV53°93°99°
CMYK 0.000.100.93   0.01
XYZ68.078375.861311.5849
Yxy75.86130.43770.4878
Hunter Lab87.0984-12.902153.0828
CIE-Lab89.7949-8.649587.6343

#fde311 color RGB value is (253,227,17).

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

The process color (four color CMYK) of #fde311 color hex is 0.00, 0.10, 0.93, 0.01. Web safe color of #fde311 is #ffcc00. Color #fde311 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100011 00010001
Octal 375 343 21
Decimal 253 227 17
Hex FD E3 11

RGB Percentages of Color #fde311

%50.91
%45.67
%3.42

CMYK Percentages of Color #fde311

%0
%10
%93
%1

Triadic Colors of #fde311

#fde311 #11fde3 #e311fd

Analogous Colors of #fde311

#fde311 #a1fd11 #fd6d11

Monochromatic Colors of #fde311

#fde311

Complementary Color

#fde311 #112bfd

#fde311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde311 Color CSS Codes

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

#fde311 Text Font Color

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

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


#fde311 Background Color

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

This div background color is #fde311


#fde311 Border Color

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

This div border color is #fde311


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde311


Comments

No comments written yet.

Please login to write comment.