Color Hex Logo

#fde71e Color Hex

#FDE71E
(253,231,30)
0 Favorites   0 Comments

Color spaces of #fde71e

RGB 25323130
HSL0.150.980.55
HSV54°88°99°
CMYK 0.000.090.88   0.01
XYZ69.318378.128212.6551
Yxy78.12820.43300.4880
Hunter Lab88.3902-14.697553.3844
CIE-Lab90.8384-10.447486.6006

#fde71e color RGB value is (253,231,30).

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

The process color (four color CMYK) of #fde71e color hex is 0.00, 0.09, 0.88, 0.01. Web safe color of #fde71e is #ffff33. Color #fde71e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100111 00011110
Octal 375 347 36
Decimal 253 231 30
Hex FD E7 1E

RGB Percentages of Color #fde71e

%49.22
%44.94
%5.84

CMYK Percentages of Color #fde71e

%0
%9
%88
%1

Triadic Colors of #fde71e

#fde71e #1efde7 #e71efd

Analogous Colors of #fde71e

#fde71e #a4fd1e #fd781e

Monochromatic Colors of #fde71e

#fde71e

Complementary Color

#fde71e #1e34fd

#fde71e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde71e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde71e Color CSS Codes

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

#fde71e Text Font Color

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

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


#fde71e Background Color

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

This div background color is #fde71e


#fde71e Border Color

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

This div border color is #fde71e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde71e

Related Colors


Comments

No comments written yet.

Please login to write comment.