Color Hex Logo

#ccabbe Color Hex

#CCABBE
(204,171,190)
0 Favorites   0 Comments

Color spaces of #ccabbe

RGB 204171190
HSL0.900.240.74
HSV325°16°80°
CMYK 0.000.160.07   0.20
XYZ48.759045.680954.9626
Yxy45.68090.32640.3058
Hunter Lab67.587610.4949-0.9036
CIE-Lab73.338015.1824-5.2139

#ccabbe color RGB value is (204,171,190).

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

The process color (four color CMYK) of #ccabbe color hex is 0.00, 0.16, 0.07, 0.20. Web safe color of #ccabbe is #cc99cc. Color #ccabbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 10111110
Octal 314 253 276
Decimal 204 171 190
Hex CC AB BE

RGB Percentages of Color #ccabbe

%36.11
%30.27
%33.63

CMYK Percentages of Color #ccabbe

%0
%16
%7
%20

Triadic Colors of #ccabbe

#ccabbe #beccab #abbecc

Analogous Colors of #ccabbe

#ccabbe #ccabae #caabcc

Monochromatic Colors of #ccabbe

#ccabbe

Complementary Color

#ccabbe #abccb9

#ccabbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccabbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccabbe Color CSS Codes

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

#ccabbe Text Font Color

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

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


#ccabbe Background Color

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

This div background color is #ccabbe


#ccabbe Border Color

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

This div border color is #ccabbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccabbe


Comments

No comments written yet.

Please login to write comment.