Color Hex Logo

#fedb69 Color Hex

#FEDB69
(254,219,105)
0 Favorites   0 Comments

Color spaces of #fedb69

RGB 254219105
HSL0.130.990.70
HSV46°59°100°
CMYK 0.000.140.59   0.00
XYZ68.754472.753823.7837
Yxy72.75380.41600.4402
Hunter Lab85.2958-5.384343.1748
CIE-Lab88.3302-0.859959.4306

#fedb69 color RGB value is (254,219,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 01101001
Octal 376 333 151
Decimal 254 219 105
Hex FE DB 69

RGB Percentages of Color #fedb69

%43.94
%37.89
%18.17

CMYK Percentages of Color #fedb69

%0
%14
%59
%0

Triadic Colors of #fedb69

#fedb69 #69fedb #db69fe

Analogous Colors of #fedb69

#fedb69 #d7fe69 #fe9169

Monochromatic Colors of #fedb69

#fedb69

Complementary Color

#fedb69 #698cfe

#fedb69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedb69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedb69 Color CSS Codes

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

#fedb69 Text Font Color

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

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


#fedb69 Background Color

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

This div background color is #fedb69


#fedb69 Border Color

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

This div border color is #fedb69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedb69

#fedb69 Color Palettes


Comments

No comments written yet.

Please login to write comment.