Color Hex Logo

#fcfeeb Color Hex

#FCFEEB
(252,254,235)
0 Favorites   0 Comments

Color spaces of #fcfeeb

RGB 252254235
HSL0.180.900.96
HSV66°100°
CMYK 0.010.000.07   0.00
XYZ90.582197.577292.6574
Yxy97.57720.32260.3475
Hunter Lab98.7812-9.183013.5324
CIE-Lab99.0555-3.88418.8450

#fcfeeb color RGB value is (252,254,235).

#fcfeeb hex color red value is 252, green value is 254 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fcfeeb hue: 0.18 , saturation: 0.90 and the lightness value of fcfeeb is 0.96.

The process color (four color CMYK) of #fcfeeb color hex is 0.01, 0.00, 0.07, 0.00. Web safe color of #fcfeeb is #ffffff. Color #fcfeeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111110 11101011
Octal 374 376 353
Decimal 252 254 235
Hex FC FE EB

RGB Percentages of Color #fcfeeb

%34.01
%34.28
%31.71

CMYK Percentages of Color #fcfeeb

%1
%0
%7
%0

Triadic Colors of #fcfeeb

#fcfeeb #ebfcfe #feebfc

Analogous Colors of #fcfeeb

#fcfeeb #f3feeb #fef7eb

Monochromatic Colors of #fcfeeb

#fcfeeb

Complementary Color

#fcfeeb #edebfe

#fcfeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfeeb Color CSS Codes

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

#fcfeeb Text Font Color

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

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


#fcfeeb Background Color

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

This div background color is #fcfeeb


#fcfeeb Border Color

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

This div border color is #fcfeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfeeb


Comments

No comments written yet.

Please login to write comment.