Color Hex Logo

#fceabe Color Hex

#FCEABE
(252,234,190)
0 Favorites   0 Comments

Color spaces of #fceabe

RGB 252234190
HSL0.120.910.87
HSV43°25°99°
CMYK 0.000.070.25   0.01
XYZ78.862083.258860.6293
Yxy83.25880.35400.3738
Hunter Lab91.2463-5.407624.4767
CIE-Lab93.1276-0.541523.6113

#fceabe color RGB value is (252,234,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101010 10111110
Octal 374 352 276
Decimal 252 234 190
Hex FC EA BE

RGB Percentages of Color #fceabe

%37.28
%34.62
%28.11

CMYK Percentages of Color #fceabe

%0
%7
%25
%1

Triadic Colors of #fceabe

#fceabe #befcea #eabefc

Analogous Colors of #fceabe

#fceabe #effcbe #fccbbe

Monochromatic Colors of #fceabe

#fceabe

Complementary Color

#fceabe #bed0fc

#fceabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceabe Color CSS Codes

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

#fceabe Text Font Color

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

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


#fceabe Background Color

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

This div background color is #fceabe


#fceabe Border Color

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

This div border color is #fceabe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,234,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 #fceabe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceabe


Comments

No comments written yet.

Please login to write comment.