Color Hex Logo

#ccaceb Color Hex

#CCACEB
(204,172,235)
0 Favorites   0 Comments

Color spaces of #ccaceb

RGB 204172235
HSL0.750.610.80
HSV270°27°92°
CMYK 0.130.270.00   0.08
XYZ54.649848.340685.0476
Yxy48.34060.29060.2571
Hunter Lab69.527418.6313-23.8558
CIE-Lab75.039223.3597-27.2249

#ccaceb color RGB value is (204,172,235).

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

The process color (four color CMYK) of #ccaceb color hex is 0.13, 0.27, 0.00, 0.08. Web safe color of #ccaceb is #cc99ff. Color #ccaceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101100 11101011
Octal 314 254 353
Decimal 204 172 235
Hex CC AC EB

RGB Percentages of Color #ccaceb

%33.39
%28.15
%38.46

CMYK Percentages of Color #ccaceb

%13
%27
%0
%8

Triadic Colors of #ccaceb

#ccaceb #ebccac #acebcc

Analogous Colors of #ccaceb

#ccaceb #ebaceb #adaceb

Monochromatic Colors of #ccaceb

#ccaceb

Complementary Color

#ccaceb #cbebac

#ccaceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaceb Color CSS Codes

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

#ccaceb Text Font Color

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

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


#ccaceb Background Color

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

This div background color is #ccaceb


#ccaceb Border Color

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

This div border color is #ccaceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaceb


Comments

No comments written yet.

Please login to write comment.