Color Hex Logo

#fdee69 Color Hex

#FDEE69
(253,238,105)
0 Favorites   0 Comments

Color spaces of #fdee69

RGB 253238105
HSL0.150.970.70
HSV54°58°99°
CMYK 0.000.060.58   0.01
XYZ73.632483.051625.5143
Yxy83.05160.40410.4558
Hunter Lab91.1327-15.259647.1935
CIE-Lab93.0370-10.774964.6926

#fdee69 color RGB value is (253,238,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101110 01101001
Octal 375 356 151
Decimal 253 238 105
Hex FD EE 69

RGB Percentages of Color #fdee69

%42.45
%39.93
%17.62

CMYK Percentages of Color #fdee69

%0
%6
%58
%1

Triadic Colors of #fdee69

#fdee69 #69fdee #ee69fd

Analogous Colors of #fdee69

#fdee69 #c2fd69 #fda469

Monochromatic Colors of #fdee69

#fdee69

Complementary Color

#fdee69 #6978fd

#fdee69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdee69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdee69 Color CSS Codes

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

#fdee69 Text Font Color

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

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


#fdee69 Background Color

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

This div background color is #fdee69


#fdee69 Border Color

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

This div border color is #fdee69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdee69

Related Colors


Comments

No comments written yet.

Please login to write comment.