Color Hex Logo

#fdee3e Color Hex

#FDEE3E
(253,238,62)
0 Favorites   0 Comments

Color spaces of #fdee3e

RGB 25323862
HSL0.150.980.62
HSV55°75°99°
CMYK 0.000.060.75   0.01
XYZ71.952082.379516.6660
Yxy82.37950.42080.4818
Hunter Lab90.7632-17.330652.6473
CIE-Lab92.7421-13.023880.5020

#fdee3e color RGB value is (253,238,62).

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

The process color (four color CMYK) of #fdee3e color hex is 0.00, 0.06, 0.75, 0.01. Web safe color of #fdee3e is #ffff33. Color #fdee3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101110 00111110
Octal 375 356 76
Decimal 253 238 62
Hex FD EE 3E

RGB Percentages of Color #fdee3e

%45.75
%43.04
%11.21

CMYK Percentages of Color #fdee3e

%0
%6
%75
%1

Triadic Colors of #fdee3e

#fdee3e #3efdee #ee3efd

Analogous Colors of #fdee3e

#fdee3e #adfd3e #fd8f3e

Monochromatic Colors of #fdee3e

#fdee3e

Complementary Color

#fdee3e #3e4dfd

#fdee3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdee3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdee3e Color CSS Codes

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

#fdee3e Text Font Color

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

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


#fdee3e Background Color

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

This div background color is #fdee3e


#fdee3e Border Color

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

This div border color is #fdee3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdee3e


Comments

No comments written yet.

Please login to write comment.