Color Hex Logo

#fceaba Color Hex

#FCEABA
(252,234,186)
0 Favorites   0 Comments

Color spaces of #fceaba

RGB 252234186
HSL0.120.920.86
HSV44°26°99°
CMYK 0.000.070.26   0.01
XYZ78.430683.086358.3579
Yxy83.08630.35670.3779
Hunter Lab91.1517-5.926825.8470
CIE-Lab93.0522-1.074725.5623

#fceaba color RGB value is (252,234,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101010 10111010
Octal 374 352 272
Decimal 252 234 186
Hex FC EA BA

RGB Percentages of Color #fceaba

%37.50
%34.82
%27.68

CMYK Percentages of Color #fceaba

%0
%7
%26
%1

Triadic Colors of #fceaba

#fceaba #bafcea #eabafc

Analogous Colors of #fceaba

#fceaba #edfcba #fcc9ba

Monochromatic Colors of #fceaba

#fceaba

Complementary Color

#fceaba #baccfc

#fceaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceaba Color CSS Codes

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

#fceaba Text Font Color

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

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


#fceaba Background Color

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

This div background color is #fceaba


#fceaba Border Color

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

This div border color is #fceaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceaba

#fceaba Color Palettes


Comments

No comments written yet.

Please login to write comment.