Color Hex Logo

#fdcdb8 Color Hex

#FDCDB8
(253,205,184)
0 Favorites   0 Comments

Color spaces of #fdcdb8

RGB 253205184
HSL0.050.950.86
HSV18°27°99°
CMYK 0.000.190.27   0.01
XYZ70.991168.006054.7322
Yxy68.00600.36640.3510
Hunter Lab82.46589.347718.3755
CIE-Lab86.009413.958516.8562

#fdcdb8 color RGB value is (253,205,184).

#fdcdb8 hex color red value is 253, green value is 205 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #fdcdb8 hue: 0.05 , saturation: 0.95 and the lightness value of fdcdb8 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001101 10111000
Octal 375 315 270
Decimal 253 205 184
Hex FD CD B8

RGB Percentages of Color #fdcdb8

%39.41
%31.93
%28.66

CMYK Percentages of Color #fdcdb8

%0
%19
%27
%1

Triadic Colors of #fdcdb8

#fdcdb8 #b8fdcd #cdb8fd

Analogous Colors of #fdcdb8

#fdcdb8 #fdf0b8 #fdb8c6

Monochromatic Colors of #fdcdb8

#fdcdb8

Complementary Color

#fdcdb8 #b8e8fd

#fdcdb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcdb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcdb8 Color CSS Codes

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

#fdcdb8 Text Font Color

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

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


#fdcdb8 Background Color

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

This div background color is #fdcdb8


#fdcdb8 Border Color

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

This div border color is #fdcdb8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,205,184, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcdb8


Comments

No comments written yet.

Please login to write comment.