Color Hex Logo

#fecd7b Color Hex

#FECD7B
(254,205,123)
0 Favorites   0 Comments

Color spaces of #fecd7b

RGB 254205123
HSL0.100.980.74
HSV38°52°100°
CMYK 0.000.190.52   0.00
XYZ66.279566.163528.0164
Yxy66.16350.41310.4123
Hunter Lab81.34093.101536.5173
CIE-Lab85.07977.699147.0675

#fecd7b color RGB value is (254,205,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001101 01111011
Octal 376 315 173
Decimal 254 205 123
Hex FE CD 7B

RGB Percentages of Color #fecd7b

%43.64
%35.22
%21.13

CMYK Percentages of Color #fecd7b

%0
%19
%52
%0

Triadic Colors of #fecd7b

#fecd7b #7bfecd #cd7bfe

Analogous Colors of #fecd7b

#fecd7b #eefe7b #fe8c7b

Monochromatic Colors of #fecd7b

#fecd7b

Complementary Color

#fecd7b #7bacfe

#fecd7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecd7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecd7b Color CSS Codes

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

#fecd7b Text Font Color

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

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


#fecd7b Background Color

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

This div background color is #fecd7b


#fecd7b Border Color

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

This div border color is #fecd7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecd7b


Comments

No comments written yet.

Please login to write comment.