Color Hex Logo

#fdee62 Color Hex

#FDEE62
(253,238,98)
0 Favorites   0 Comments

Color spaces of #fdee62

RGB 25323898
HSL0.150.970.69
HSV54°61°99°
CMYK 0.000.060.61   0.01
XYZ73.287282.913623.6965
Yxy82.91360.40740.4609
Hunter Lab91.0569-15.683848.3103
CIE-Lab92.9766-11.233267.5891

#fdee62 color RGB value is (253,238,98).

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

The process color (four color CMYK) of #fdee62 color hex is 0.00, 0.06, 0.61, 0.01. Web safe color of #fdee62 is #ffff66. Color #fdee62 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101110 01100010
Octal 375 356 142
Decimal 253 238 98
Hex FD EE 62

RGB Percentages of Color #fdee62

%42.95
%40.41
%16.64

CMYK Percentages of Color #fdee62

%0
%6
%61
%1

Triadic Colors of #fdee62

#fdee62 #62fdee #ee62fd

Analogous Colors of #fdee62

#fdee62 #bffd62 #fda162

Monochromatic Colors of #fdee62

#fdee62

Complementary Color

#fdee62 #6271fd

#fdee62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdee62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdee62 Color CSS Codes

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

#fdee62 Text Font Color

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

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


#fdee62 Background Color

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

This div background color is #fdee62


#fdee62 Border Color

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

This div border color is #fdee62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdee62

Related Colors


Comments

No comments written yet.

Please login to write comment.