Color Hex Logo

#fcfd8b Color Hex

#FCFD8B
(252,253,139)
0 Favorites   0 Comments

Color spaces of #fcfd8b

RGB 252253139
HSL0.170.970.77
HSV61°45°99°
CMYK 0.000.000.45   0.01
XYZ79.930492.810138.1275
Yxy92.81010.37910.4401
Hunter Lab96.3380-20.492343.9715
CIE-Lab97.1505-15.769254.1183

#fcfd8b color RGB value is (252,253,139).

#fcfd8b hex color red value is 252, green value is 253 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #fcfd8b hue: 0.17 , saturation: 0.97 and the lightness value of fcfd8b is 0.77.

The process color (four color CMYK) of #fcfd8b color hex is 0.00, 0.00, 0.45, 0.01. Web safe color of #fcfd8b is #ffff99. Color #fcfd8b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111101 10001011
Octal 374 375 213
Decimal 252 253 139
Hex FC FD 8B

RGB Percentages of Color #fcfd8b

%39.13
%39.29
%21.58

CMYK Percentages of Color #fcfd8b

%0
%0
%45
%1

Triadic Colors of #fcfd8b

#fcfd8b #8bfcfd #fd8bfc

Analogous Colors of #fcfd8b

#fcfd8b #c3fd8b #fdc58b

Monochromatic Colors of #fcfd8b

#fcfd8b

Complementary Color

#fcfd8b #8c8bfd

#fcfd8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfd8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfd8b Color CSS Codes

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

#fcfd8b Text Font Color

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

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


#fcfd8b Background Color

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

This div background color is #fcfd8b


#fcfd8b Border Color

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

This div border color is #fcfd8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfd8b

Related Colors


Comments

No comments written yet.

Please login to write comment.