Color Hex Logo

#fedd7b Color Hex

#FEDD7B
(254,221,123)
0 Favorites   0 Comments

Color spaces of #fedd7b

RGB 254221123
HSL0.120.980.74
HSV45°52°100°
CMYK 0.000.130.52   0.00
XYZ70.304774.213829.3581
Yxy74.21380.40430.4268
Hunter Lab86.1474-5.084640.0978
CIE-Lab89.0234-0.499651.8679

#fedd7b color RGB value is (254,221,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 01111011
Octal 376 335 173
Decimal 254 221 123
Hex FE DD 7B

RGB Percentages of Color #fedd7b

%42.47
%36.96
%20.57

CMYK Percentages of Color #fedd7b

%0
%13
%52
%0

Triadic Colors of #fedd7b

#fedd7b #7bfedd #dd7bfe

Analogous Colors of #fedd7b

#fedd7b #defe7b #fe9c7b

Monochromatic Colors of #fedd7b

#fedd7b

Complementary Color

#fedd7b #7b9cfe

#fedd7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedd7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedd7b Color CSS Codes

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

#fedd7b Text Font Color

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

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


#fedd7b Background Color

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

This div background color is #fedd7b


#fedd7b Border Color

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

This div border color is #fedd7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedd7b

Related Colors

#fedd7b Color Palettes


Comments

No comments written yet.

Please login to write comment.