Color Hex Logo

#ccabb6 Color Hex

#CCABB6
(204,171,182)
0 Favorites   0 Comments

Color spaces of #ccabb6

RGB 204171182
HSL0.940.240.74
HSV340°16°80°
CMYK 0.000.160.11   0.20
XYZ47.908245.340650.4825
Yxy45.34060.33330.3155
Hunter Lab67.33549.16322.6841
CIE-Lab73.115613.7992-1.1474

#ccabb6 color RGB value is (204,171,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 10110110
Octal 314 253 266
Decimal 204 171 182
Hex CC AB B6

RGB Percentages of Color #ccabb6

%36.62
%30.70
%32.68

CMYK Percentages of Color #ccabb6

%0
%16
%11
%20

Triadic Colors of #ccabb6

#ccabb6 #b6ccab #abb6cc

Analogous Colors of #ccabb6

#ccabb6 #ccb1ab #ccabc7

Monochromatic Colors of #ccabb6

#ccabb6

Complementary Color

#ccabb6 #abccc1

#ccabb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccabb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccabb6 Color CSS Codes

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

#ccabb6 Text Font Color

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

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


#ccabb6 Background Color

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

This div background color is #ccabb6


#ccabb6 Border Color

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

This div border color is #ccabb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccabb6


Comments

No comments written yet.

Please login to write comment.