Color Hex Logo

#fcfd85 Color Hex

#FCFD85
(252,253,133)
0 Favorites   0 Comments

Color spaces of #fcfd85

RGB 252253133
HSL0.170.970.76
HSV61°47°99°
CMYK 0.000.000.47   0.01
XYZ79.503892.639535.8812
Yxy92.63950.38220.4453
Hunter Lab96.2494-20.992245.2716
CIE-Lab97.0811-16.311356.8233

#fcfd85 color RGB value is (252,253,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111101 10000101
Octal 374 375 205
Decimal 252 253 133
Hex FC FD 85

RGB Percentages of Color #fcfd85

%39.50
%39.66
%20.85

CMYK Percentages of Color #fcfd85

%0
%0
%47
%1

Triadic Colors of #fcfd85

#fcfd85 #85fcfd #fd85fc

Analogous Colors of #fcfd85

#fcfd85 #c0fd85 #fdc285

Monochromatic Colors of #fcfd85

#fcfd85

Complementary Color

#fcfd85 #8685fd

#fcfd85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfd85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfd85 Color CSS Codes

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

#fcfd85 Text Font Color

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

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


#fcfd85 Background Color

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

This div background color is #fcfd85


#fcfd85 Border Color

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

This div border color is #fcfd85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfd85

Related Colors


Comments

No comments written yet.

Please login to write comment.