Color Hex Logo

#fde167 Color Hex

#FDE167
(253,225,103)
0 Favorites   0 Comments

Color spaces of #fde167

RGB 253225103
HSL0.140.970.70
HSV49°59°99°
CMYK 0.000.110.59   0.01
XYZ69.881475.712323.7628
Yxy75.71230.41260.4471
Hunter Lab87.0128-8.916244.7171
CIE-Lab89.7256-4.435561.8718

#fde167 color RGB value is (253,225,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100001 01100111
Octal 375 341 147
Decimal 253 225 103
Hex FD E1 67

RGB Percentages of Color #fde167

%43.55
%38.73
%17.73

CMYK Percentages of Color #fde167

%0
%11
%59
%1

Triadic Colors of #fde167

#fde167 #67fde1 #e167fd

Analogous Colors of #fde167

#fde167 #cefd67 #fd9667

Monochromatic Colors of #fde167

#fde167

Complementary Color

#fde167 #6783fd

#fde167 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde167 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde167 Color CSS Codes

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

#fde167 Text Font Color

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

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


#fde167 Background Color

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

This div background color is #fde167


#fde167 Border Color

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

This div border color is #fde167


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde167

Related Colors


Comments

No comments written yet.

Please login to write comment.