Color Hex Logo

#d4bccb Color Hex

#D4BCCB
(212,188,203)
0 Favorites   0 Comments

Color spaces of #d4bccb

RGB 212188203
HSL0.900.220.78
HSV323°11°83°
CMYK 0.000.110.04   0.17
XYZ55.914154.275364.0291
Yxy54.27530.32090.3115
Hunter Lab73.67186.54920.0405
CIE-Lab78.622011.0986-4.4182

#d4bccb color RGB value is (212,188,203).

#d4bccb hex color red value is 212, green value is 188 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d4bccb hue: 0.90 , saturation: 0.22 and the lightness value of d4bccb is 0.78.

The process color (four color CMYK) of #d4bccb color hex is 0.00, 0.11, 0.04, 0.17. Web safe color of #d4bccb is #cccccc. Color #d4bccb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10111100 11001011
Octal 324 274 313
Decimal 212 188 203
Hex D4 BC CB

RGB Percentages of Color #d4bccb

%35.16
%31.18
%33.67

CMYK Percentages of Color #d4bccb

%0
%11
%4
%17

Triadic Colors of #d4bccb

#d4bccb #cbd4bc #bccbd4

Analogous Colors of #d4bccb

#d4bccb #d4bcbf #d1bcd4

Monochromatic Colors of #d4bccb

#d4bccb

Complementary Color

#d4bccb #bcd4c5

#d4bccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4bccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4bccb Color CSS Codes

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

#d4bccb Text Font Color

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

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


#d4bccb Background Color

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

This div background color is #d4bccb


#d4bccb Border Color

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

This div border color is #d4bccb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,188,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d4bccb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d4bccb;
  -webkit-box-shadow: 1px 1px 3px 2px #d4bccb;
  box-shadow:         1px 1px 3px 2px #d4bccb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,188,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4bccb


Comments

No comments written yet.

Please login to write comment.