Color Hex Logo

#fcedba Color Hex

#FCEDBA
(252,237,186)
0 Favorites   0 Comments

Color spaces of #fcedba

RGB 252237186
HSL0.130.920.86
HSV46°26°99°
CMYK 0.000.060.26   0.01
XYZ79.292084.809058.6450
Yxy84.80900.35600.3807
Hunter Lab92.0918-7.470326.7078
CIE-Lab93.8007-2.590526.5869

#fcedba color RGB value is (252,237,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101101 10111010
Octal 374 355 272
Decimal 252 237 186
Hex FC ED BA

RGB Percentages of Color #fcedba

%37.33
%35.11
%27.56

CMYK Percentages of Color #fcedba

%0
%6
%26
%1

Triadic Colors of #fcedba

#fcedba #bafced #edbafc

Analogous Colors of #fcedba

#fcedba #eafcba #fcccba

Monochromatic Colors of #fcedba

#fcedba

Complementary Color

#fcedba #bac9fc

#fcedba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcedba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcedba Color CSS Codes

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

#fcedba Text Font Color

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

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


#fcedba Background Color

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

This div background color is #fcedba


#fcedba Border Color

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

This div border color is #fcedba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcedba

Related Colors


Comments

No comments written yet.

Please login to write comment.