Color Hex Logo

#fde761 Color Hex

#FDE761
(253,231,97)
0 Favorites   0 Comments

Color spaces of #fde761

RGB 25323197
HSL0.140.980.69
HSV52°62°99°
CMYK 0.000.090.62   0.01
XYZ71.241678.897522.7832
Yxy78.89750.41200.4563
Hunter Lab88.8243-12.276346.9692
CIE-Lab91.1879-7.829466.0710

#fde761 color RGB value is (253,231,97).

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

The process color (four color CMYK) of #fde761 color hex is 0.00, 0.09, 0.62, 0.01. Web safe color of #fde761 is #ffff66. Color #fde761 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100111 01100001
Octal 375 347 141
Decimal 253 231 97
Hex FD E7 61

RGB Percentages of Color #fde761

%43.55
%39.76
%16.70

CMYK Percentages of Color #fde761

%0
%9
%62
%1

Triadic Colors of #fde761

#fde761 #61fde7 #e761fd

Analogous Colors of #fde761

#fde761 #c5fd61 #fd9961

Monochromatic Colors of #fde761

#fde761

Complementary Color

#fde761 #6177fd

#fde761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde761 Color CSS Codes

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

#fde761 Text Font Color

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

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


#fde761 Background Color

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

This div background color is #fde761


#fde761 Border Color

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

This div border color is #fde761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde761

Related Colors


Comments

No comments written yet.

Please login to write comment.