Color Hex Logo

#fcedbe Color Hex

#FCEDBE
(252,237,190)
1 Favorites   0 Comments

Color spaces of #fcedbe

RGB 252237190
HSL0.130.910.87
HSV45°25°99°
CMYK 0.000.060.25   0.01
XYZ79.723384.981560.9164
Yxy84.98150.35340.3767
Hunter Lab92.1854-6.955025.3508
CIE-Lab93.8751-2.059324.6408

#fcedbe color RGB value is (252,237,190).

#fcedbe hex color red value is 252, green value is 237 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fcedbe hue: 0.13 , saturation: 0.91 and the lightness value of fcedbe is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101101 10111110
Octal 374 355 276
Decimal 252 237 190
Hex FC ED BE

RGB Percentages of Color #fcedbe

%37.11
%34.90
%27.98

CMYK Percentages of Color #fcedbe

%0
%6
%25
%1

Triadic Colors of #fcedbe

#fcedbe #befced #edbefc

Analogous Colors of #fcedbe

#fcedbe #ecfcbe #fccebe

Monochromatic Colors of #fcedbe

#fcedbe

Complementary Color

#fcedbe #becdfc

#fcedbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcedbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcedbe Color CSS Codes

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

#fcedbe Text Font Color

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

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


#fcedbe Background Color

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

This div background color is #fcedbe


#fcedbe Border Color

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

This div border color is #fcedbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcedbe

#fcedbe Color Palettes


Comments

No comments written yet.

Please login to write comment.