Color Hex Logo

#fde327 Color Hex

#FDE327
(253,227,39)
0 Favorites   0 Comments

Color spaces of #fde327

RGB 25322739
HSL0.150.980.57
HSV53°85°99°
CMYK 0.000.100.85   0.01
XYZ68.343375.967312.9805
Yxy75.96730.43450.4830
Hunter Lab87.1592-12.563252.1815
CIE-Lab89.8442-8.282184.0570

#fde327 color RGB value is (253,227,39).

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

The process color (four color CMYK) of #fde327 color hex is 0.00, 0.10, 0.85, 0.01. Web safe color of #fde327 is #ffcc33. Color #fde327 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100011 00100111
Octal 375 343 47
Decimal 253 227 39
Hex FD E3 27

RGB Percentages of Color #fde327

%48.75
%43.74
%7.51

CMYK Percentages of Color #fde327

%0
%10
%85
%1

Triadic Colors of #fde327

#fde327 #27fde3 #e327fd

Analogous Colors of #fde327

#fde327 #acfd27 #fd7827

Monochromatic Colors of #fde327

#fde327

Complementary Color

#fde327 #2741fd

#fde327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde327 Color CSS Codes

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

#fde327 Text Font Color

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

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


#fde327 Background Color

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

This div background color is #fde327


#fde327 Border Color

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

This div border color is #fde327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde327


Comments

No comments written yet.

Please login to write comment.