Color Hex Logo

#fcedb4 Color Hex

#FCEDB4
(252,237,180)
0 Favorites   0 Comments

Color spaces of #fcedb4

RGB 252237180
HSL0.130.920.85
HSV48°29°99°
CMYK 0.000.060.29   0.01
XYZ78.667384.559155.3553
Yxy84.55910.35990.3869
Hunter Lab91.9560-8.218428.6781
CIE-Lab93.6928-3.364629.5022

#fcedb4 color RGB value is (252,237,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101101 10110100
Octal 374 355 264
Decimal 252 237 180
Hex FC ED B4

RGB Percentages of Color #fcedb4

%37.67
%35.43
%26.91

CMYK Percentages of Color #fcedb4

%0
%6
%29
%1

Triadic Colors of #fcedb4

#fcedb4 #b4fced #edb4fc

Analogous Colors of #fcedb4

#fcedb4 #e7fcb4 #fcc9b4

Monochromatic Colors of #fcedb4

#fcedb4

Complementary Color

#fcedb4 #b4c3fc

#fcedb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcedb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcedb4 Color CSS Codes

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

#fcedb4 Text Font Color

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

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


#fcedb4 Background Color

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

This div background color is #fcedb4


#fcedb4 Border Color

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

This div border color is #fcedb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcedb4


Comments

No comments written yet.

Please login to write comment.