Color Hex Logo

#dccaff Color Hex

#DCCAFF
(220,202,255)
0 Favorites   0 Comments

Color spaces of #dccaff

RGB 220202255
HSL0.721.000.90
HSV260°21°100°
CMYK 0.140.210.00   0.00
XYZ68.685764.6767103.4715
Yxy64.67670.29000.2731
Hunter Lab80.421811.7129-19.9878
CIE-Lab84.316916.2893-23.6701

#dccaff color RGB value is (220,202,255).

#dccaff hex color red value is 220, green value is 202 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dccaff hue: 0.72 , saturation: 1.00 and the lightness value of dccaff is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 11111111
Octal 334 312 377
Decimal 220 202 255
Hex DC CA FF

RGB Percentages of Color #dccaff

%32.50
%29.84
%37.67

CMYK Percentages of Color #dccaff

%14
%21
%0
%0

Triadic Colors of #dccaff

#dccaff #ffdcca #caffdc

Analogous Colors of #dccaff

#dccaff #f7caff #cad3ff

Monochromatic Colors of #dccaff

#dccaff

Complementary Color

#dccaff #edffca

#dccaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccaff Color CSS Codes

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

#dccaff Text Font Color

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

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


#dccaff Background Color

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

This div background color is #dccaff


#dccaff Border Color

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

This div border color is #dccaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccaff


Comments

No comments written yet.

Please login to write comment.