Color Hex Logo

#fde623 Color Hex

#FDE623
(253,230,35)
0 Favorites   0 Comments

Color spaces of #fde623

RGB 25323035
HSL0.150.980.56
HSV54°86°99°
CMYK 0.000.090.86   0.01
XYZ69.108277.597612.9256
Yxy77.59760.43290.4861
Hunter Lab88.0895-14.119352.9629
CIE-Lab90.5960-9.857785.4922

#fde623 color RGB value is (253,230,35).

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

The process color (four color CMYK) of #fde623 color hex is 0.00, 0.09, 0.86, 0.01. Web safe color of #fde623 is #ffff33. Color #fde623 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100110 00100011
Octal 375 346 43
Decimal 253 230 35
Hex FD E6 23

RGB Percentages of Color #fde623

%48.84
%44.40
%6.76

CMYK Percentages of Color #fde623

%0
%9
%86
%1

Triadic Colors of #fde623

#fde623 #23fde6 #e623fd

Analogous Colors of #fde623

#fde623 #a7fd23 #fd7923

Monochromatic Colors of #fde623

#fde623

Complementary Color

#fde623 #233afd

#fde623 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde623 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde623 Color CSS Codes

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

#fde623 Text Font Color

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

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


#fde623 Background Color

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

This div background color is #fde623


#fde623 Border Color

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

This div border color is #fde623


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde623


Comments

No comments written yet.

Please login to write comment.