Color Hex Logo

#fceeb5 Color Hex

#FCEEB5
(252,238,181)
0 Favorites   0 Comments

Color spaces of #fceeb5

RGB 252238181
HSL0.130.920.85
HSV48°28°99°
CMYK 0.000.060.28   0.01
XYZ79.059985.180755.9907
Yxy85.18070.35900.3868
Hunter Lab92.2934-8.607728.6365
CIE-Lab93.9609-3.740629.3560

#fceeb5 color RGB value is (252,238,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101110 10110101
Octal 374 356 265
Decimal 252 238 181
Hex FC EE B5

RGB Percentages of Color #fceeb5

%37.56
%35.47
%26.97

CMYK Percentages of Color #fceeb5

%0
%6
%28
%1

Triadic Colors of #fceeb5

#fceeb5 #b5fcee #eeb5fc

Analogous Colors of #fceeb5

#fceeb5 #e7fcb5 #fccbb5

Monochromatic Colors of #fceeb5

#fceeb5

Complementary Color

#fceeb5 #b5c3fc

#fceeb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceeb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceeb5 Color CSS Codes

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

#fceeb5 Text Font Color

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

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


#fceeb5 Background Color

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

This div background color is #fceeb5


#fceeb5 Border Color

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

This div border color is #fceeb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceeb5

Related Colors


Comments

No comments written yet.

Please login to write comment.