color codes Logo

#fceeb1 color codes

#FCEEB1
(252,238,177)
0 Favorites   0 Comments

Color spaces of #fceeb1

RGB 252238177
HSL0.140.930.84
HSV49°30°99°
CMYK 0.000.060.30   0.01
XYZ78.655285.018853.8597
Yxy85.01880.36160.3908
Hunter Lab92.2056-9.092029.9111
CIE-Lab93.8912-4.243931.2950

#fceeb1 color RGB value is (252,238,177).

#fceeb1 hex color red value is 252, green value is 238 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #fceeb1 hue: 0.14 , saturation: 0.93 and the lightness value of fceeb1 is 0.84.

The process color (four color CMYK) of #fceeb1 color code is 0.00, 0.06, 0.30, 0.01. Web safe color of #fceeb1 is #ffff99. Color #fceeb1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101110 10110001
Octal 374 356 261
Decimal 252 238 177
Hex FC EE B1

RGB Percentages of Color #fceeb1

%37.78
%35.68
%26.54

CMYK Percentages of Color #fceeb1

%0
%6
%30
%1

Triadic Colors of #fceeb1

#fceeb1 #b1fcee #eeb1fc

Analogous Colors of #fceeb1

#fceeb1 #e5fcb1 #fcc9b1

Monochromatic Colors of #fceeb1

#fceeb1

Complementary Color

#fceeb1 #b1bffc

#fceeb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceeb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceeb1 Color CSS Codes

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

#fceeb1 Text Font Color

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

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


#fceeb1 Background Color

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

This div background color is #fceeb1


#fceeb1 Border Color

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

This div border color is #fceeb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceeb1

Related Colors


Comments

No comments written yet.

Please login to write comment.