Color Hex Logo

#fec67b Color Hex

#FEC67B
(254,198,123)
0 Favorites   0 Comments

Color spaces of #fec67b

RGB 254198123
HSL0.100.980.74
HSV34°52°100°
CMYK 0.000.220.52   0.00
XYZ64.642362.889127.4707
Yxy62.88910.41700.4057
Hunter Lab79.30266.721834.9736
CIE-Lab83.384011.327144.9752

#fec67b color RGB value is (254,198,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000110 01111011
Octal 376 306 173
Decimal 254 198 123
Hex FE C6 7B

RGB Percentages of Color #fec67b

%44.17
%34.43
%21.39

CMYK Percentages of Color #fec67b

%0
%22
%52
%0

Triadic Colors of #fec67b

#fec67b #7bfec6 #c67bfe

Analogous Colors of #fec67b

#fec67b #f5fe7b #fe857b

Monochromatic Colors of #fec67b

#fec67b

Complementary Color

#fec67b #7bb3fe

#fec67b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec67b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec67b Color CSS Codes

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

#fec67b Text Font Color

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

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


#fec67b Background Color

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

This div background color is #fec67b


#fec67b Border Color

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

This div border color is #fec67b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec67b


Comments

No comments written yet.

Please login to write comment.