Color Hex Logo

#ccabdf Color Hex

#CCABDF
(204,171,223)
0 Favorites   0 Comments

Color spaces of #ccabdf

RGB 204171223
HSL0.770.450.77
HSV278°23°87°
CMYK 0.090.230.00   0.13
XYZ52.784047.290976.1581
Yxy47.29090.29950.2683
Hunter Lab68.768416.6652-17.5233
CIE-Lab74.375521.4343-21.7144

#ccabdf color RGB value is (204,171,223).

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

The process color (four color CMYK) of #ccabdf color hex is 0.09, 0.23, 0.00, 0.13. Web safe color of #ccabdf is #cc99cc. Color #ccabdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 11011111
Octal 314 253 337
Decimal 204 171 223
Hex CC AB DF

RGB Percentages of Color #ccabdf

%34.11
%28.60
%37.29

CMYK Percentages of Color #ccabdf

%9
%23
%0
%13

Triadic Colors of #ccabdf

#ccabdf #dfccab #abdfcc

Analogous Colors of #ccabdf

#ccabdf #dfabd8 #b2abdf

Monochromatic Colors of #ccabdf

#ccabdf

Complementary Color

#ccabdf #bedfab

#ccabdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccabdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccabdf Color CSS Codes

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

#ccabdf Text Font Color

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

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


#ccabdf Background Color

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

This div background color is #ccabdf


#ccabdf Border Color

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

This div border color is #ccabdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccabdf


Comments

No comments written yet.

Please login to write comment.