Color Hex Logo

#ccabe9 Color Hex

#CCABE9
(204,171,233)
0 Favorites   0 Comments

Color spaces of #ccabe9

RGB 204171233
HSL0.760.580.79
HSV272°27°91°
CMYK 0.120.270.00   0.09
XYZ54.172747.846483.4709
Yxy47.84640.29210.2579
Hunter Lab69.171118.7464-23.1273
CIE-Lab74.727923.4881-26.6163

#ccabe9 color RGB value is (204,171,233).

#ccabe9 hex color red value is 204, green value is 171 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #ccabe9 hue: 0.76 , saturation: 0.58 and the lightness value of ccabe9 is 0.79.

The process color (four color CMYK) of #ccabe9 color hex is 0.12, 0.27, 0.00, 0.09. Web safe color of #ccabe9 is #cc99ff. Color #ccabe9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 11101001
Octal 314 253 351
Decimal 204 171 233
Hex CC AB E9

RGB Percentages of Color #ccabe9

%33.55
%28.13
%38.32

CMYK Percentages of Color #ccabe9

%12
%27
%0
%9

Triadic Colors of #ccabe9

#ccabe9 #e9ccab #abe9cc

Analogous Colors of #ccabe9

#ccabe9 #e9abe7 #adabe9

Monochromatic Colors of #ccabe9

#ccabe9

Complementary Color

#ccabe9 #c8e9ab

#ccabe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccabe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccabe9 Color CSS Codes

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

#ccabe9 Text Font Color

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

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


#ccabe9 Background Color

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

This div background color is #ccabe9


#ccabe9 Border Color

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

This div border color is #ccabe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccabe9


Comments

No comments written yet.

Please login to write comment.