Color Hex Logo

#ccabe0 Color Hex

#CCABE0
(204,171,224)
0 Favorites   0 Comments

Color spaces of #ccabe0

RGB 204171224
HSL0.770.460.77
HSV277°24°88°
CMYK 0.090.240.00   0.12
XYZ52.919347.345076.8704
Yxy47.34500.29880.2673
Hunter Lab68.807716.8690-18.0720
CIE-Lab74.409921.6367-22.2068

#ccabe0 color RGB value is (204,171,224).

#ccabe0 hex color red value is 204, green value is 171 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #ccabe0 hue: 0.77 , saturation: 0.46 and the lightness value of ccabe0 is 0.77.

The process color (four color CMYK) of #ccabe0 color hex is 0.09, 0.24, 0.00, 0.12. Web safe color of #ccabe0 is #cc99cc. Color #ccabe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 11100000
Octal 314 253 340
Decimal 204 171 224
Hex CC AB E0

RGB Percentages of Color #ccabe0

%34.06
%28.55
%37.40

CMYK Percentages of Color #ccabe0

%9
%24
%0
%12

Triadic Colors of #ccabe0

#ccabe0 #e0ccab #abe0cc

Analogous Colors of #ccabe0

#ccabe0 #e0abda #b2abe0

Monochromatic Colors of #ccabe0

#ccabe0

Complementary Color

#ccabe0 #bfe0ab

#ccabe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccabe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccabe0 Color CSS Codes

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

#ccabe0 Text Font Color

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

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


#ccabe0 Background Color

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

This div background color is #ccabe0


#ccabe0 Border Color

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

This div border color is #ccabe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccabe0


Comments

No comments written yet.

Please login to write comment.