Color Hex Logo

#feec7b Color Hex

#FEEC7B
(254,236,123)
0 Favorites   0 Comments

Color spaces of #feec7b

RGB 254236123
HSL0.140.980.74
HSV52°52°100°
CMYK 0.000.070.52   0.00
XYZ74.443782.491830.7378
Yxy82.49180.39670.4396
Hunter Lab90.8250-12.638243.5121
CIE-Lab92.7915-8.036156.3714

#feec7b color RGB value is (254,236,123).

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

The process color (four color CMYK) of #feec7b color hex is 0.00, 0.07, 0.52, 0.00. Web safe color of #feec7b is #ffff66. Color #feec7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101100 01111011
Octal 376 354 173
Decimal 254 236 123
Hex FE EC 7B

RGB Percentages of Color #feec7b

%41.44
%38.50
%20.07

CMYK Percentages of Color #feec7b

%0
%7
%52
%0

Triadic Colors of #feec7b

#feec7b #7bfeec #ec7bfe

Analogous Colors of #feec7b

#feec7b #cffe7b #feab7b

Monochromatic Colors of #feec7b

#feec7b

Complementary Color

#feec7b #7b8dfe

#feec7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feec7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#feec7b Color CSS Codes

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

#feec7b Text Font Color

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

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


#feec7b Background Color

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

This div background color is #feec7b


#feec7b Border Color

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

This div border color is #feec7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feec7b


Comments

No comments written yet.

Please login to write comment.