Color Hex Logo

#fde369 Color Hex

#FDE369
(253,227,105)
0 Favorites   0 Comments

Color spaces of #fde369

RGB 253227105
HSL0.140.970.70
HSV49°58°99°
CMYK 0.000.100.58   0.01
XYZ70.526976.840724.4792
Yxy76.84070.41040.4471
Hunter Lab87.6588-9.788844.8041
CIE-Lab90.2482-5.303161.5748

#fde369 color RGB value is (253,227,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100011 01101001
Octal 375 343 151
Decimal 253 227 105
Hex FD E3 69

RGB Percentages of Color #fde369

%43.25
%38.80
%17.95

CMYK Percentages of Color #fde369

%0
%10
%58
%1

Triadic Colors of #fde369

#fde369 #69fde3 #e369fd

Analogous Colors of #fde369

#fde369 #cdfd69 #fd9969

Monochromatic Colors of #fde369

#fde369

Complementary Color

#fde369 #6983fd

#fde369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde369 Color CSS Codes

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

#fde369 Text Font Color

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

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


#fde369 Background Color

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

This div background color is #fde369


#fde369 Border Color

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

This div border color is #fde369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde369


Comments

No comments written yet.

Please login to write comment.