Color Hex Logo

#ffdcbb Color Hex

#FFDCBB
(255,220,187)
0 Favorites   0 Comments

Color spaces of #ffdcbb

RGB 255220187
HSL0.081.000.87
HSV29°27°100°
CMYK 0.000.140.27   0.00
XYZ75.802876.034357.6945
Yxy76.03430.36180.3629
Hunter Lab87.19762.578021.8090
CIE-Lab89.87537.321720.7027

#ffdcbb color RGB value is (255,220,187).

#ffdcbb hex color red value is 255, green value is 220 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ffdcbb hue: 0.08 , saturation: 1.00 and the lightness value of ffdcbb is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011100 10111011
Octal 377 334 273
Decimal 255 220 187
Hex FF DC BB

RGB Percentages of Color #ffdcbb

%38.52
%33.23
%28.25

CMYK Percentages of Color #ffdcbb

%0
%14
%27
%0

Triadic Colors of #ffdcbb

#ffdcbb #bbffdc #dcbbff

Analogous Colors of #ffdcbb

#ffdcbb #fffebb #ffbbbc

Monochromatic Colors of #ffdcbb

#ffdcbb

Complementary Color

#ffdcbb #bbdeff

#ffdcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdcbb Color CSS Codes

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

#ffdcbb Text Font Color

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

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


#ffdcbb Background Color

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

This div background color is #ffdcbb


#ffdcbb Border Color

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

This div border color is #ffdcbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,220,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffdcbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffdcbb;
  -webkit-box-shadow: 1px 1px 3px 2px #ffdcbb;
  box-shadow:         1px 1px 3px 2px #ffdcbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,220,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdcbb


Comments

No comments written yet.

Please login to write comment.