Color Hex Logo

#ccacda Color Hex

#CCACDA
(204,172,218)
0 Favorites   0 Comments

Color spaces of #ccacda

RGB 204172218
HSL0.780.380.76
HSV282°21°85°
CMYK 0.060.210.00   0.15
XYZ52.309347.404472.7226
Yxy47.40440.30340.2749
Hunter Lab68.850915.1260-14.4285
CIE-Lab74.447719.8872-18.8792

#ccacda color RGB value is (204,172,218).

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

The process color (four color CMYK) of #ccacda color hex is 0.06, 0.21, 0.00, 0.15. Web safe color of #ccacda is #cc99cc. Color #ccacda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101100 11011010
Octal 314 254 332
Decimal 204 172 218
Hex CC AC DA

RGB Percentages of Color #ccacda

%34.34
%28.96
%36.70

CMYK Percentages of Color #ccacda

%6
%21
%0
%15

Triadic Colors of #ccacda

#ccacda #daccac #acdacc

Analogous Colors of #ccacda

#ccacda #daacd1 #b5acda

Monochromatic Colors of #ccacda

#ccacda

Complementary Color

#ccacda #badaac

#ccacda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccacda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccacda Color CSS Codes

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

#ccacda Text Font Color

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

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


#ccacda Background Color

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

This div background color is #ccacda


#ccacda Border Color

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

This div border color is #ccacda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccacda

#ccacda Color Palettes


Comments

No comments written yet.

Please login to write comment.