Color Hex Logo

#fceeba Color Hex

#FCEEBA
(252,238,186)
0 Favorites   0 Comments

Color spaces of #fceeba

RGB 252238186
HSL0.130.920.86
HSV47°26°99°
CMYK 0.000.060.26   0.01
XYZ79.582385.389758.7418
Yxy85.38970.35570.3817
Hunter Lab92.4065-7.983826.9946
CIE-Lab94.0508-3.094526.9285

#fceeba color RGB value is (252,238,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101110 10111010
Octal 374 356 272
Decimal 252 238 186
Hex FC EE BA

RGB Percentages of Color #fceeba

%37.28
%35.21
%27.51

CMYK Percentages of Color #fceeba

%0
%6
%26
%1

Triadic Colors of #fceeba

#fceeba #bafcee #eebafc

Analogous Colors of #fceeba

#fceeba #e9fcba #fccdba

Monochromatic Colors of #fceeba

#fceeba

Complementary Color

#fceeba #bac8fc

#fceeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceeba Color CSS Codes

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

#fceeba Text Font Color

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

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


#fceeba Background Color

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

This div background color is #fceeba


#fceeba Border Color

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

This div border color is #fceeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceeba

Related Colors

#fceeba Color Palettes


Comments

No comments written yet.

Please login to write comment.