Color Hex Logo

#dacbe2 Color Hex

#DACBE2
(218,203,226)
0 Favorites   0 Comments

Color spaces of #dacbe2

RGB 218203226
HSL0.780.280.84
HSV279°10°89°
CMYK 0.040.100.00   0.11
XYZ63.996863.108380.7596
Yxy63.10830.30790.3036
Hunter Lab79.44074.7768-4.6658
CIE-Lab83.49939.3615-9.4895

#dacbe2 color RGB value is (218,203,226).

#dacbe2 hex color red value is 218, green value is 203 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #dacbe2 hue: 0.78 , saturation: 0.28 and the lightness value of dacbe2 is 0.84.

The process color (four color CMYK) of #dacbe2 color hex is 0.04, 0.10, 0.00, 0.11. Web safe color of #dacbe2 is #cccccc. Color #dacbe2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001011 11100010
Octal 332 313 342
Decimal 218 203 226
Hex DA CB E2

RGB Percentages of Color #dacbe2

%33.69
%31.38
%34.93

CMYK Percentages of Color #dacbe2

%4
%10
%0
%11

Triadic Colors of #dacbe2

#dacbe2 #e2dacb #cbe2da

Analogous Colors of #dacbe2

#dacbe2 #e2cbdf #cfcbe2

Monochromatic Colors of #dacbe2

#dacbe2

Complementary Color

#dacbe2 #d3e2cb

#dacbe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacbe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacbe2 Color CSS Codes

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

#dacbe2 Text Font Color

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

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


#dacbe2 Background Color

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

This div background color is #dacbe2


#dacbe2 Border Color

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

This div border color is #dacbe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacbe2


Comments

No comments written yet.

Please login to write comment.