Color Hex Logo

#fcfcb5 Color Hex

#FCFCB5
(252,252,181)
0 Favorites   0 Comments

Color spaces of #fcfcb5

RGB 252252181
HSL0.170.920.85
HSV60°28°99°
CMYK 0.000.000.28   0.01
XYZ83.295893.652457.4026
Yxy93.65240.35540.3996
Hunter Lab96.7742-15.715732.5734
CIE-Lab97.4918-10.707434.1080

#fcfcb5 color RGB value is (252,252,181).

#fcfcb5 hex color red value is 252, green value is 252 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #fcfcb5 hue: 0.17 , saturation: 0.92 and the lightness value of fcfcb5 is 0.85.

The process color (four color CMYK) of #fcfcb5 color hex is 0.00, 0.00, 0.28, 0.01. Web safe color of #fcfcb5 is #ffffcc. Color #fcfcb5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111100 10110101
Octal 374 374 265
Decimal 252 252 181
Hex FC FC B5

RGB Percentages of Color #fcfcb5

%36.79
%36.79
%26.42

CMYK Percentages of Color #fcfcb5

%0
%0
%28
%1

Triadic Colors of #fcfcb5

#fcfcb5 #b5fcfc #fcb5fc

Analogous Colors of #fcfcb5

#fcfcb5 #d9fcb5 #fcd9b5

Monochromatic Colors of #fcfcb5

#fcfcb5

Complementary Color

#fcfcb5 #b5b5fc

#fcfcb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfcb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfcb5 Color CSS Codes

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

#fcfcb5 Text Font Color

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

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


#fcfcb5 Background Color

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

This div background color is #fcfcb5


#fcfcb5 Border Color

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

This div border color is #fcfcb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfcb5

Related Colors


Comments

No comments written yet.

Please login to write comment.