Color Hex Logo

#dccaeb Color Hex

#DCCAEB
(220,202,235)
0 Favorites   0 Comments

Color spaces of #dccaeb

RGB 220202235
HSL0.760.450.86
HSV273°14°92°
CMYK 0.060.140.00   0.08
XYZ65.631163.454987.3861
Yxy63.45490.30320.2931
Hunter Lab79.65867.6645-9.2806
CIE-Lab83.681212.2769-13.9980

#dccaeb color RGB value is (220,202,235).

#dccaeb hex color red value is 220, green value is 202 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dccaeb hue: 0.76 , saturation: 0.45 and the lightness value of dccaeb is 0.86.

The process color (four color CMYK) of #dccaeb color hex is 0.06, 0.14, 0.00, 0.08. Web safe color of #dccaeb is #ccccff. Color #dccaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 11101011
Octal 334 312 353
Decimal 220 202 235
Hex DC CA EB

RGB Percentages of Color #dccaeb

%33.49
%30.75
%35.77

CMYK Percentages of Color #dccaeb

%6
%14
%0
%8

Triadic Colors of #dccaeb

#dccaeb #ebdcca #caebdc

Analogous Colors of #dccaeb

#dccaeb #ebcaea #cccaeb

Monochromatic Colors of #dccaeb

#dccaeb

Complementary Color

#dccaeb #d9ebca

#dccaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccaeb Color CSS Codes

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

#dccaeb Text Font Color

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

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


#dccaeb Background Color

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

This div background color is #dccaeb


#dccaeb Border Color

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

This div border color is #dccaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccaeb


Comments

No comments written yet.

Please login to write comment.