color codes Logo

#fde25f color codes

#FDE25F
(253,226,95)
0 Favorites   0 Comments

Color spaces of #fde25f

RGB 25322695
HSL0.140.980.68
HSV50°62°99°
CMYK 0.000.110.62   0.01
XYZ69.769976.101621.8383
Yxy76.10160.41600.4538
Hunter Lab87.2362-9.902546.2230
CIE-Lab89.9065-5.455465.5263

#fde25f color RGB value is (253,226,95).

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

The process color (four color CMYK) of #fde25f color code is 0.00, 0.11, 0.62, 0.01. Web safe color of #fde25f is #ffcc66. Color #fde25f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100010 01011111
Octal 375 342 137
Decimal 253 226 95
Hex FD E2 5F

RGB Percentages of Color #fde25f

%44.08
%39.37
%16.55

CMYK Percentages of Color #fde25f

%0
%11
%62
%1

Triadic Colors of #fde25f

#fde25f #5ffde2 #e25ffd

Analogous Colors of #fde25f

#fde25f #c9fd5f #fd935f

Monochromatic Colors of #fde25f

#fde25f

Complementary Color

#fde25f #5f7afd

#fde25f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde25f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde25f Color CSS Codes

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

#fde25f Text Font Color

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

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


#fde25f Background Color

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

This div background color is #fde25f


#fde25f Border Color

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

This div border color is #fde25f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde25f

Related Colors


Comments

No comments written yet.

Please login to write comment.