Color Hex Logo

#ccacee Color Hex

#CCACEE
(204,172,238)
0 Favorites   0 Comments

Color spaces of #ccacee

RGB 204172238
HSL0.750.660.80
HSV269°28°93°
CMYK 0.140.280.00   0.07
XYZ55.087048.515587.3499
Yxy48.51550.28850.2541
Hunter Lab69.653119.2786-25.5967
CIE-Lab75.148923.9928-28.6831

#ccacee color RGB value is (204,172,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101100 11101110
Octal 314 254 356
Decimal 204 172 238
Hex CC AC EE

RGB Percentages of Color #ccacee

%33.22
%28.01
%38.76

CMYK Percentages of Color #ccacee

%14
%28
%0
%7

Triadic Colors of #ccacee

#ccacee #eeccac #aceecc

Analogous Colors of #ccacee

#ccacee #edacee #acadee

Monochromatic Colors of #ccacee

#ccacee

Complementary Color

#ccacee #ceeeac

#ccacee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccacee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccacee Color CSS Codes

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

#ccacee Text Font Color

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

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


#ccacee Background Color

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

This div background color is #ccacee


#ccacee Border Color

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

This div border color is #ccacee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccacee

#ccacee Color Palettes


Comments

No comments written yet.

Please login to write comment.