Color Hex Logo

#fcf89b Color Hex

#FCF89B
(252,248,155)
0 Favorites   0 Comments

Color spaces of #fcf89b

RGB 252248155
HSL0.160.940.80
HSV58°38°99°
CMYK 0.000.020.38   0.01
XYZ79.628790.196844.2232
Yxy90.19680.37200.4214
Hunter Lab94.9720-16.538738.8723
CIE-Lab96.0783-11.742445.1255

#fcf89b color RGB value is (252,248,155).

#fcf89b hex color red value is 252, green value is 248 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #fcf89b hue: 0.16 , saturation: 0.94 and the lightness value of fcf89b is 0.80.

The process color (four color CMYK) of #fcf89b color hex is 0.00, 0.02, 0.38, 0.01. Web safe color of #fcf89b is #ffff99. Color #fcf89b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111000 10011011
Octal 374 370 233
Decimal 252 248 155
Hex FC F8 9B

RGB Percentages of Color #fcf89b

%38.47
%37.86
%23.66

CMYK Percentages of Color #fcf89b

%0
%2
%38
%1

Triadic Colors of #fcf89b

#fcf89b #9bfcf8 #f89bfc

Analogous Colors of #fcf89b

#fcf89b #d0fc9b #fcc89b

Monochromatic Colors of #fcf89b

#fcf89b

Complementary Color

#fcf89b #9b9ffc

#fcf89b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf89b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf89b Color CSS Codes

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

#fcf89b Text Font Color

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

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


#fcf89b Background Color

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

This div background color is #fcf89b


#fcf89b Border Color

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

This div border color is #fcf89b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,248,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcf89b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcf89b;
  -webkit-box-shadow: 1px 1px 3px 2px #fcf89b;
  box-shadow:         1px 1px 3px 2px #fcf89b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,248,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf89b

Related Colors


Comments

No comments written yet.

Please login to write comment.