Color Hex Logo

#ccaddb Color Hex

#CCADDB
(204,173,219)
0 Favorites   0 Comments

Color spaces of #ccaddb

RGB 204173219
HSL0.780.390.77
HSV280°21°86°
CMYK 0.070.210.00   0.14
XYZ52.631647.839073.4777
Yxy47.83900.30260.2750
Hunter Lab69.165714.7893-14.5703
CIE-Lab74.723319.5392-19.0071

#ccaddb color RGB value is (204,173,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 11011011
Octal 314 255 333
Decimal 204 173 219
Hex CC AD DB

RGB Percentages of Color #ccaddb

%34.23
%29.03
%36.74

CMYK Percentages of Color #ccaddb

%7
%21
%0
%14

Triadic Colors of #ccaddb

#ccaddb #dbccad #addbcc

Analogous Colors of #ccaddb

#ccaddb #dbadd3 #b5addb

Monochromatic Colors of #ccaddb

#ccaddb

Complementary Color

#ccaddb #bcdbad

#ccaddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaddb Color CSS Codes

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

#ccaddb Text Font Color

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

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


#ccaddb Background Color

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

This div background color is #ccaddb


#ccaddb Border Color

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

This div border color is #ccaddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaddb


Comments

No comments written yet.

Please login to write comment.