Color Hex Logo

#fedd81 Color Hex

#FEDD81
(254,221,129)
0 Favorites   0 Comments

Color spaces of #fedd81

RGB 254221129
HSL0.120.980.75
HSV44°49°100°
CMYK 0.000.130.49   0.00
XYZ70.691974.368731.3976
Yxy74.36870.40060.4215
Hunter Lab86.2373-4.592238.7796
CIE-Lab89.09650.014349.0685

#fedd81 color RGB value is (254,221,129).

#fedd81 hex color red value is 254, green value is 221 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #fedd81 hue: 0.12 , saturation: 0.98 and the lightness value of fedd81 is 0.75.

The process color (four color CMYK) of #fedd81 color hex is 0.00, 0.13, 0.49, 0.00. Web safe color of #fedd81 is #ffcc99. Color #fedd81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 10000001
Octal 376 335 201
Decimal 254 221 129
Hex FE DD 81

RGB Percentages of Color #fedd81

%42.05
%36.59
%21.36

CMYK Percentages of Color #fedd81

%0
%13
%49
%0

Triadic Colors of #fedd81

#fedd81 #81fedd #dd81fe

Analogous Colors of #fedd81

#fedd81 #e1fe81 #fe9f81

Monochromatic Colors of #fedd81

#fedd81

Complementary Color

#fedd81 #81a2fe

#fedd81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedd81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedd81 Color CSS Codes

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

#fedd81 Text Font Color

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

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


#fedd81 Background Color

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

This div background color is #fedd81


#fedd81 Border Color

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

This div border color is #fedd81


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,221,129, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedd81


Comments

No comments written yet.

Please login to write comment.