Color Hex Logo

#fedd69 Color Hex

#FEDD69
(254,221,105)
0 Favorites   0 Comments

Color spaces of #fedd69

RGB 254221105
HSL0.130.990.70
HSV47°59°100°
CMYK 0.000.130.59   0.00
XYZ69.279373.803723.9587
Yxy73.80370.41470.4418
Hunter Lab85.9091-6.393943.6013
CIE-Lab88.8296-1.873459.9971

#fedd69 color RGB value is (254,221,105).

#fedd69 hex color red value is 254, green value is 221 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #fedd69 hue: 0.13 , saturation: 0.99 and the lightness value of fedd69 is 0.70.

The process color (four color CMYK) of #fedd69 color hex is 0.00, 0.13, 0.59, 0.00. Web safe color of #fedd69 is #ffcc66. Color #fedd69 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 01101001
Octal 376 335 151
Decimal 254 221 105
Hex FE DD 69

RGB Percentages of Color #fedd69

%43.79
%38.10
%18.10

CMYK Percentages of Color #fedd69

%0
%13
%59
%0

Triadic Colors of #fedd69

#fedd69 #69fedd #dd69fe

Analogous Colors of #fedd69

#fedd69 #d5fe69 #fe9369

Monochromatic Colors of #fedd69

#fedd69

Complementary Color

#fedd69 #698afe

#fedd69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedd69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedd69 Color CSS Codes

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

#fedd69 Text Font Color

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

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


#fedd69 Background Color

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

This div background color is #fedd69


#fedd69 Border Color

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

This div border color is #fedd69


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,221,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 #fedd69">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedd69

Related Colors


Comments

No comments written yet.

Please login to write comment.