Color Hex Logo

#ccacdb Color Hex

#CCACDB
(204,172,219)
0 Favorites   0 Comments

Color spaces of #ccacdb

RGB 204172219
HSL0.780.390.77
HSV281°21°86°
CMYK 0.070.210.00   0.14
XYZ52.440547.456973.4140
Yxy47.45690.30260.2738
Hunter Lab68.889015.3242-14.9622
CIE-Lab74.481120.0856-19.3739

#ccacdb color RGB value is (204,172,219).

#ccacdb hex color red value is 204, green value is 172 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ccacdb hue: 0.78 , saturation: 0.39 and the lightness value of ccacdb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101100 11011011
Octal 314 254 333
Decimal 204 172 219
Hex CC AC DB

RGB Percentages of Color #ccacdb

%34.29
%28.91
%36.81

CMYK Percentages of Color #ccacdb

%7
%21
%0
%14

Triadic Colors of #ccacdb

#ccacdb #dbccac #acdbcc

Analogous Colors of #ccacdb

#ccacdb #dbacd3 #b5acdb

Monochromatic Colors of #ccacdb

#ccacdb

Complementary Color

#ccacdb #bbdbac

#ccacdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccacdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccacdb Color CSS Codes

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

#ccacdb Text Font Color

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

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


#ccacdb Background Color

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

This div background color is #ccacdb


#ccacdb Border Color

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

This div border color is #ccacdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccacdb


Comments

No comments written yet.

Please login to write comment.