Color Hex Logo

#d0ccbe Color Hex

#D0CCBE
(208,204,190)
0 Favorites   0 Comments

Color spaces of #d0ccbe

RGB 208204190
HSL0.130.160.78
HSV47°82°
CMYK 0.000.020.09   0.18
XYZ56.899660.313357.3579
Yxy60.31330.32590.3455
Hunter Lab77.6616-5.128010.5738
CIE-Lab82.0082-1.05007.4541

#d0ccbe color RGB value is (208,204,190).

#d0ccbe hex color red value is 208, green value is 204 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d0ccbe hue: 0.13 , saturation: 0.16 and the lightness value of d0ccbe is 0.78.

The process color (four color CMYK) of #d0ccbe color hex is 0.00, 0.02, 0.09, 0.18. Web safe color of #d0ccbe is #cccccc. Color #d0ccbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11001100 10111110
Octal 320 314 276
Decimal 208 204 190
Hex D0 CC BE

RGB Percentages of Color #d0ccbe

%34.55
%33.89
%31.56

CMYK Percentages of Color #d0ccbe

%0
%2
%9
%18

Triadic Colors of #d0ccbe

#d0ccbe #bed0cc #ccbed0

Analogous Colors of #d0ccbe

#d0ccbe #cbd0be #d0c3be

Monochromatic Colors of #d0ccbe

#d0ccbe

Complementary Color

#d0ccbe #bec2d0

#d0ccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0ccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0ccbe Color CSS Codes

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

#d0ccbe Text Font Color

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

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


#d0ccbe Background Color

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

This div background color is #d0ccbe


#d0ccbe Border Color

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

This div border color is #d0ccbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,204,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0ccbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0ccbe;
  -webkit-box-shadow: 1px 1px 3px 2px #d0ccbe;
  box-shadow:         1px 1px 3px 2px #d0ccbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,204,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0ccbe


Comments

No comments written yet.

Please login to write comment.