Color Hex Logo

#d8cbbc Color Hex

#D8CBBC
(216,203,188)
0 Favorites   0 Comments

Color spaces of #d8cbbc

RGB 216203188
HSL0.090.260.79
HSV32°13°85°
CMYK 0.000.060.13   0.15
XYZ58.751960.941656.2433
Yxy60.94160.33390.3464
Hunter Lab78.0651-2.274611.9291
CIE-Lab82.34732.01219.0920

#d8cbbc color RGB value is (216,203,188).

#d8cbbc hex color red value is 216, green value is 203 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d8cbbc hue: 0.09 , saturation: 0.26 and the lightness value of d8cbbc is 0.79.

The process color (four color CMYK) of #d8cbbc color hex is 0.00, 0.06, 0.13, 0.15. Web safe color of #d8cbbc is #cccccc. Color #d8cbbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11001011 10111100
Octal 330 313 274
Decimal 216 203 188
Hex D8 CB BC

RGB Percentages of Color #d8cbbc

%35.58
%33.44
%30.97

CMYK Percentages of Color #d8cbbc

%0
%6
%13
%15

Triadic Colors of #d8cbbc

#d8cbbc #bcd8cb #cbbcd8

Analogous Colors of #d8cbbc

#d8cbbc #d7d8bc #d8bdbc

Monochromatic Colors of #d8cbbc

#d8cbbc

Complementary Color

#d8cbbc #bcc9d8

#d8cbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8cbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8cbbc Color CSS Codes

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

#d8cbbc Text Font Color

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

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


#d8cbbc Background Color

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

This div background color is #d8cbbc


#d8cbbc Border Color

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

This div border color is #d8cbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8cbbc


Comments

No comments written yet.

Please login to write comment.