Color Hex Logo

#fceabc Color Hex

#FCEABC
(252,234,188)
0 Favorites   0 Comments

Color spaces of #fceabc

RGB 252234188
HSL0.120.910.86
HSV43°25°99°
CMYK 0.000.070.25   0.01
XYZ78.644883.171959.4857
Yxy83.17190.35540.3758
Hunter Lab91.1986-5.668825.1662
CIE-Lab93.0896-0.809524.5869

#fceabc color RGB value is (252,234,188).

#fceabc hex color red value is 252, green value is 234 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fceabc hue: 0.12 , saturation: 0.91 and the lightness value of fceabc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101010 10111100
Octal 374 352 274
Decimal 252 234 188
Hex FC EA BC

RGB Percentages of Color #fceabc

%37.39
%34.72
%27.89

CMYK Percentages of Color #fceabc

%0
%7
%25
%1

Triadic Colors of #fceabc

#fceabc #bcfcea #eabcfc

Analogous Colors of #fceabc

#fceabc #eefcbc #fccabc

Monochromatic Colors of #fceabc

#fceabc

Complementary Color

#fceabc #bccefc

#fceabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceabc Color CSS Codes

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

#fceabc Text Font Color

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

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


#fceabc Background Color

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

This div background color is #fceabc


#fceabc Border Color

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

This div border color is #fceabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceabc


Comments

No comments written yet.

Please login to write comment.