Color Hex Logo

#ccaced Color Hex

#CCACED
(204,172,237)
0 Favorites   0 Comments

Color spaces of #ccaced

RGB 204172237
HSL0.750.640.80
HSV270°27°93°
CMYK 0.140.270.00   0.07
XYZ54.940448.456886.5782
Yxy48.45680.28920.2551
Hunter Lab69.610919.0620-25.0140
CIE-Lab75.112123.7812-28.1976

#ccaced color RGB value is (204,172,237).

#ccaced hex color red value is 204, green value is 172 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ccaced hue: 0.75 , saturation: 0.64 and the lightness value of ccaced is 0.80.

The process color (four color CMYK) of #ccaced color hex is 0.14, 0.27, 0.00, 0.07. Web safe color of #ccaced is #cc99ff. Color #ccaced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101100 11101101
Octal 314 254 355
Decimal 204 172 237
Hex CC AC ED

RGB Percentages of Color #ccaced

%33.28
%28.06
%38.66

CMYK Percentages of Color #ccaced

%14
%27
%0
%7

Triadic Colors of #ccaced

#ccaced #edccac #acedcc

Analogous Colors of #ccaced

#ccaced #edaced #acaded

Monochromatic Colors of #ccaced

#ccaced

Complementary Color

#ccaced #cdedac

#ccaced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaced Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaced Color CSS Codes

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

#ccaced Text Font Color

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

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


#ccaced Background Color

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

This div background color is #ccaced


#ccaced Border Color

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

This div border color is #ccaced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaced


Comments

No comments written yet.

Please login to write comment.