Color Hex Logo

#ccabb7 Color Hex

#CCABB7
(204,171,183)
0 Favorites   0 Comments

Color spaces of #ccabb7

RGB 204171183
HSL0.940.240.74
HSV338°16°80°
CMYK 0.000.160.10   0.20
XYZ48.012045.382151.0289
Yxy45.38210.33240.3142
Hunter Lab67.36629.32632.2451
CIE-Lab73.142813.9693-1.6570

#ccabb7 color RGB value is (204,171,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 10110111
Octal 314 253 267
Decimal 204 171 183
Hex CC AB B7

RGB Percentages of Color #ccabb7

%36.56
%30.65
%32.80

CMYK Percentages of Color #ccabb7

%0
%16
%10
%20

Triadic Colors of #ccabb7

#ccabb7 #b7ccab #abb7cc

Analogous Colors of #ccabb7

#ccabb7 #ccb0ab #ccabc8

Monochromatic Colors of #ccabb7

#ccabb7

Complementary Color

#ccabb7 #abccc0

#ccabb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccabb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccabb7 Color CSS Codes

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

#ccabb7 Text Font Color

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

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


#ccabb7 Background Color

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

This div background color is #ccabb7


#ccabb7 Border Color

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

This div border color is #ccabb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccabb7


Comments

No comments written yet.

Please login to write comment.