Color Hex Logo

#fde27d Color Hex

#FDE27D
(253,226,125)
0 Favorites   0 Comments

Color spaces of #fde27d

RGB 253226125
HSL0.130.970.74
HSV47°51°99°
CMYK 0.000.110.51   0.01
XYZ71.406076.756030.4539
Yxy76.75600.39980.4297
Hunter Lab87.6105-7.833940.7178
CIE-Lab90.2092-3.261752.3244

#fde27d color RGB value is (253,226,125).

#fde27d hex color red value is 253, green value is 226 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #fde27d hue: 0.13 , saturation: 0.97 and the lightness value of fde27d is 0.74.

The process color (four color CMYK) of #fde27d color hex is 0.00, 0.11, 0.51, 0.01. Web safe color of #fde27d is #ffcc66. Color #fde27d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100010 01111101
Octal 375 342 175
Decimal 253 226 125
Hex FD E2 7D

RGB Percentages of Color #fde27d

%41.89
%37.42
%20.70

CMYK Percentages of Color #fde27d

%0
%11
%51
%1

Triadic Colors of #fde27d

#fde27d #7dfde2 #e27dfd

Analogous Colors of #fde27d

#fde27d #d8fd7d #fda27d

Monochromatic Colors of #fde27d

#fde27d

Complementary Color

#fde27d #7d98fd

#fde27d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde27d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde27d Color CSS Codes

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

#fde27d Text Font Color

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

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


#fde27d Background Color

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

This div background color is #fde27d


#fde27d Border Color

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

This div border color is #fde27d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde27d

Related Colors


Comments

No comments written yet.

Please login to write comment.