Color Hex Logo

#ccabec Color Hex

#CCABEC
(204,171,236)
0 Favorites   0 Comments

Color spaces of #ccabec

RGB 204171236
HSL0.750.630.80
HSV270°28°93°
CMYK 0.140.280.00   0.07
XYZ54.605148.019385.7475
Yxy48.01930.28990.2549
Hunter Lab69.296019.3898-24.8589
CIE-Lab74.837124.1176-28.0773

#ccabec color RGB value is (204,171,236).

#ccabec hex color red value is 204, green value is 171 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ccabec hue: 0.75 , saturation: 0.63 and the lightness value of ccabec is 0.80.

The process color (four color CMYK) of #ccabec color hex is 0.14, 0.28, 0.00, 0.07. Web safe color of #ccabec is #cc99ff. Color #ccabec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 11101100
Octal 314 253 354
Decimal 204 171 236
Hex CC AB EC

RGB Percentages of Color #ccabec

%33.39
%27.99
%38.63

CMYK Percentages of Color #ccabec

%14
%28
%0
%7

Triadic Colors of #ccabec

#ccabec #ecccab #abeccc

Analogous Colors of #ccabec

#ccabec #ecabec #acabec

Monochromatic Colors of #ccabec

#ccabec

Complementary Color

#ccabec #cbecab

#ccabec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccabec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccabec Color CSS Codes

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

#ccabec Text Font Color

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

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


#ccabec Background Color

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

This div background color is #ccabec


#ccabec Border Color

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

This div border color is #ccabec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccabec


Comments

No comments written yet.

Please login to write comment.