Color Hex Logo

#fec17b Color Hex

#FEC17B
(254,193,123)
0 Favorites   0 Comments

Color spaces of #fec17b

RGB 254193123
HSL0.090.980.74
HSV32°52°100°
CMYK 0.000.240.52   0.00
XYZ63.518260.640827.0960
Yxy60.64080.41990.4009
Hunter Lab77.87229.321233.8803
CIE-Lab82.185313.930443.4856

#fec17b color RGB value is (254,193,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000001 01111011
Octal 376 301 173
Decimal 254 193 123
Hex FE C1 7B

RGB Percentages of Color #fec17b

%44.56
%33.86
%21.58

CMYK Percentages of Color #fec17b

%0
%24
%52
%0

Triadic Colors of #fec17b

#fec17b #7bfec1 #c17bfe

Analogous Colors of #fec17b

#fec17b #fafe7b #fe807b

Monochromatic Colors of #fec17b

#fec17b

Complementary Color

#fec17b #7bb8fe

#fec17b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec17b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec17b Color CSS Codes

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

#fec17b Text Font Color

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

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


#fec17b Background Color

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

This div background color is #fec17b


#fec17b Border Color

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

This div border color is #fec17b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec17b


Comments

No comments written yet.

Please login to write comment.