Color Hex Logo

#fdceb5 Color Hex

#FDCEB5
(253,206,181)
0 Favorites   0 Comments

Color spaces of #fdceb5

RGB 253206181
HSL0.060.950.85
HSV21°28°99°
CMYK 0.000.190.28   0.01
XYZ70.919868.361553.1733
Yxy68.36150.36850.3552
Hunter Lab82.68108.416919.7465
CIE-Lab86.186913.041818.6865

#fdceb5 color RGB value is (253,206,181).

#fdceb5 hex color red value is 253, green value is 206 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #fdceb5 hue: 0.06 , saturation: 0.95 and the lightness value of fdceb5 is 0.85.

The process color (four color CMYK) of #fdceb5 color hex is 0.00, 0.19, 0.28, 0.01. Web safe color of #fdceb5 is #ffcccc. Color #fdceb5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001110 10110101
Octal 375 316 265
Decimal 253 206 181
Hex FD CE B5

RGB Percentages of Color #fdceb5

%39.53
%32.19
%28.28

CMYK Percentages of Color #fdceb5

%0
%19
%28
%1

Triadic Colors of #fdceb5

#fdceb5 #b5fdce #ceb5fd

Analogous Colors of #fdceb5

#fdceb5 #fdf2b5 #fdb5c0

Monochromatic Colors of #fdceb5

#fdceb5

Complementary Color

#fdceb5 #b5e4fd

#fdceb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdceb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdceb5 Color CSS Codes

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

#fdceb5 Text Font Color

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

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


#fdceb5 Background Color

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

This div background color is #fdceb5


#fdceb5 Border Color

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

This div border color is #fdceb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdceb5

Related Colors


Comments

No comments written yet.

Please login to write comment.