Color Hex Logo

#fcffbd Color Hex

#FCFFBD
(252,255,189)
0 Favorites   0 Comments

Color spaces of #fcffbd

RGB 252255189
HSL0.171.000.87
HSV63°26°100°
CMYK 0.010.000.26   0.00
XYZ85.090295.889662.1679
Yxy95.88960.35000.3944
Hunter Lab97.9232-16.258430.9052
CIE-Lab98.3884-11.160531.3013

#fcffbd color RGB value is (252,255,189).

#fcffbd hex color red value is 252, green value is 255 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fcffbd hue: 0.17 , saturation: 1.00 and the lightness value of fcffbd is 0.87.

The process color (four color CMYK) of #fcffbd color hex is 0.01, 0.00, 0.26, 0.00. Web safe color of #fcffbd is #ffffcc. Color #fcffbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111111 10111101
Octal 374 377 275
Decimal 252 255 189
Hex FC FF BD

RGB Percentages of Color #fcffbd

%36.21
%36.64
%27.16

CMYK Percentages of Color #fcffbd

%1
%0
%26
%0

Triadic Colors of #fcffbd

#fcffbd #bdfcff #ffbdfc

Analogous Colors of #fcffbd

#fcffbd #dbffbd #ffe1bd

Monochromatic Colors of #fcffbd

#fcffbd

Complementary Color

#fcffbd #c0bdff

#fcffbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcffbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcffbd Color CSS Codes

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

#fcffbd Text Font Color

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

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


#fcffbd Background Color

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

This div background color is #fcffbd


#fcffbd Border Color

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

This div border color is #fcffbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcffbd

Related Colors


Comments

No comments written yet.

Please login to write comment.