Color Hex Logo

#fec88b Color Hex

#FEC88B
(254,200,139)
0 Favorites   0 Comments

Color spaces of #fec88b

RGB 254200139
HSL0.090.980.77
HSV32°45°100°
CMYK 0.000.210.45   0.00
XYZ66.187564.243533.3379
Yxy64.24350.40420.3923
Hunter Lab80.15207.134631.4457
CIE-Lab84.092411.749737.7732

#fec88b color RGB value is (254,200,139).

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

The process color (four color CMYK) of #fec88b color hex is 0.00, 0.21, 0.45, 0.00. Web safe color of #fec88b is #ffcc99. Color #fec88b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001000 10001011
Octal 376 310 213
Decimal 254 200 139
Hex FE C8 8B

RGB Percentages of Color #fec88b

%42.83
%33.73
%23.44

CMYK Percentages of Color #fec88b

%0
%21
%45
%0

Triadic Colors of #fec88b

#fec88b #8bfec8 #c88bfe

Analogous Colors of #fec88b

#fec88b #fbfe8b #fe8f8b

Monochromatic Colors of #fec88b

#fec88b

Complementary Color

#fec88b #8bc1fe

#fec88b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec88b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec88b Color CSS Codes

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

#fec88b Text Font Color

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

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


#fec88b Background Color

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

This div background color is #fec88b


#fec88b Border Color

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

This div border color is #fec88b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec88b

Related Colors


Comments

No comments written yet.

Please login to write comment.