Color Hex Logo

#ccabce Color Hex

#CCABCE
(204,171,206)
0 Favorites   0 Comments

Color spaces of #ccabce

RGB 204171206
HSL0.820.260.74
HSV297°17°81°
CMYK 0.010.170.00   0.19
XYZ50.605346.419464.6852
Yxy46.41940.31290.2871
Hunter Lab68.131813.3513-8.5984
CIE-Lab73.816918.1079-13.2733

#ccabce color RGB value is (204,171,206).

#ccabce hex color red value is 204, green value is 171 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ccabce hue: 0.82 , saturation: 0.26 and the lightness value of ccabce is 0.74.

The process color (four color CMYK) of #ccabce color hex is 0.01, 0.17, 0.00, 0.19. Web safe color of #ccabce is #cc99cc. Color #ccabce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 11001110
Octal 314 253 316
Decimal 204 171 206
Hex CC AB CE

RGB Percentages of Color #ccabce

%35.11
%29.43
%35.46

CMYK Percentages of Color #ccabce

%1
%17
%0
%19

Triadic Colors of #ccabce

#ccabce #ceccab #abcecc

Analogous Colors of #ccabce

#ccabce #ceabbf #bbabce

Monochromatic Colors of #ccabce

#ccabce

Complementary Color

#ccabce #adceab

#ccabce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccabce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccabce Color CSS Codes

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

#ccabce Text Font Color

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

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


#ccabce Background Color

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

This div background color is #ccabce


#ccabce Border Color

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

This div border color is #ccabce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccabce


Comments

No comments written yet.

Please login to write comment.