Color Hex Logo

#fde15d Color Hex

#FDE15D
(253,225,93)
0 Favorites   0 Comments

Color spaces of #fde15d

RGB 25322593
HSL0.140.980.68
HSV50°63°99°
CMYK 0.000.110.63   0.01
XYZ69.409075.523421.2752
Yxy75.52340.41760.4544
Hunter Lab86.9042-9.517246.3180
CIE-Lab89.6376-5.075466.0777

#fde15d color RGB value is (253,225,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100001 01011101
Octal 375 341 135
Decimal 253 225 93
Hex FD E1 5D

RGB Percentages of Color #fde15d

%44.31
%39.40
%16.29

CMYK Percentages of Color #fde15d

%0
%11
%63
%1

Triadic Colors of #fde15d

#fde15d #5dfde1 #e15dfd

Analogous Colors of #fde15d

#fde15d #c9fd5d #fd915d

Monochromatic Colors of #fde15d

#fde15d

Complementary Color

#fde15d #5d79fd

#fde15d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde15d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde15d Color CSS Codes

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

#fde15d Text Font Color

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

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


#fde15d Background Color

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

This div background color is #fde15d


#fde15d Border Color

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

This div border color is #fde15d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde15d

Related Colors


Comments

No comments written yet.

Please login to write comment.