Color Hex Logo

#d0cadb Color Hex

#D0CADB
(208,202,219)
0 Favorites   0 Comments

Color spaces of #d0cadb

RGB 208202219
HSL0.730.190.83
HSV261°86°
CMYK 0.050.080.00   0.14
XYZ59.919160.765475.5887
Yxy60.76540.30530.3096
Hunter Lab77.95220.7904-2.9258
CIE-Lab82.25255.2232-7.6898

#d0cadb color RGB value is (208,202,219).

#d0cadb hex color red value is 208, green value is 202 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d0cadb hue: 0.73 , saturation: 0.19 and the lightness value of d0cadb is 0.83.

The process color (four color CMYK) of #d0cadb color hex is 0.05, 0.08, 0.00, 0.14. Web safe color of #d0cadb is #cccccc. Color #d0cadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11001010 11011011
Octal 320 312 333
Decimal 208 202 219
Hex D0 CA DB

RGB Percentages of Color #d0cadb

%33.07
%32.11
%34.82

CMYK Percentages of Color #d0cadb

%5
%8
%0
%14

Triadic Colors of #d0cadb

#d0cadb #dbd0ca #cadbd0

Analogous Colors of #d0cadb

#d0cadb #d9cadb #cacddb

Monochromatic Colors of #d0cadb

#d0cadb

Complementary Color

#d0cadb #d5dbca

#d0cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0cadb Color CSS Codes

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

#d0cadb Text Font Color

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

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


#d0cadb Background Color

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

This div background color is #d0cadb


#d0cadb Border Color

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

This div border color is #d0cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0cadb


Comments

No comments written yet.

Please login to write comment.