Color Hex Logo

#dfcadb Color Hex

#DFCADB
(223,202,219)
0 Favorites   0 Comments

Color spaces of #dfcadb

RGB 223202219
HSL0.870.250.83
HSV311°87°
CMYK 0.000.090.02   0.13
XYZ64.338163.043575.7955
Yxy63.04350.31670.3103
Hunter Lab79.39995.6894-1.0185
CIE-Lab83.465310.2860-5.7602

#dfcadb color RGB value is (223,202,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 11011011
Octal 337 312 333
Decimal 223 202 219
Hex DF CA DB

RGB Percentages of Color #dfcadb

%34.63
%31.37
%34.01

CMYK Percentages of Color #dfcadb

%0
%9
%2
%13

Triadic Colors of #dfcadb

#dfcadb #dbdfca #cadbdf

Analogous Colors of #dfcadb

#dfcadb #dfcad1 #d9cadf

Monochromatic Colors of #dfcadb

#dfcadb

Complementary Color

#dfcadb #cadfce

#dfcadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcadb Color CSS Codes

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

#dfcadb Text Font Color

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

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


#dfcadb Background Color

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

This div background color is #dfcadb


#dfcadb Border Color

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

This div border color is #dfcadb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,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 #dfcadb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcadb


Comments

No comments written yet.

Please login to write comment.