Color Hex Logo

#fceeb0 Color Hex

#FCEEB0
(252,238,176)
0 Favorites   0 Comments

Color spaces of #fceeb0

RGB 252238176
HSL0.140.930.84
HSV49°30°99°
CMYK 0.000.060.30   0.01
XYZ78.555984.979153.3366
Yxy84.97910.36220.3918
Hunter Lab92.1841-9.211130.2244
CIE-Lab93.8741-4.367831.7792

#fceeb0 color RGB value is (252,238,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101110 10110000
Octal 374 356 260
Decimal 252 238 176
Hex FC EE B0

RGB Percentages of Color #fceeb0

%37.84
%35.74
%26.43

CMYK Percentages of Color #fceeb0

%0
%6
%30
%1

Triadic Colors of #fceeb0

#fceeb0 #b0fcee #eeb0fc

Analogous Colors of #fceeb0

#fceeb0 #e4fcb0 #fcc8b0

Monochromatic Colors of #fceeb0

#fceeb0

Complementary Color

#fceeb0 #b0befc

#fceeb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceeb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceeb0 Color CSS Codes

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

#fceeb0 Text Font Color

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

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


#fceeb0 Background Color

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

This div background color is #fceeb0


#fceeb0 Border Color

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

This div border color is #fceeb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceeb0


Comments

No comments written yet.

Please login to write comment.