Color Hex Logo

#ccabef Color Hex

#CCABEF
(204,171,239)
0 Favorites   0 Comments

Color spaces of #ccabef

RGB 204171239
HSL0.750.680.80
HSV269°28°94°
CMYK 0.150.280.00   0.06
XYZ55.044748.195288.0628
Yxy48.19520.28770.2519
Hunter Lab69.422820.0413-26.6135
CIE-Lab74.947924.7526-29.5339

#ccabef color RGB value is (204,171,239).

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

The process color (four color CMYK) of #ccabef color hex is 0.15, 0.28, 0.00, 0.06. Web safe color of #ccabef is #cc99ff. Color #ccabef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 11101111
Octal 314 253 357
Decimal 204 171 239
Hex CC AB EF

RGB Percentages of Color #ccabef

%33.22
%27.85
%38.93

CMYK Percentages of Color #ccabef

%15
%28
%0
%6

Triadic Colors of #ccabef

#ccabef #efccab #abefcc

Analogous Colors of #ccabef

#ccabef #eeabef #abacef

Monochromatic Colors of #ccabef

#ccabef

Complementary Color

#ccabef #ceefab

#ccabef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccabef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccabef Color CSS Codes

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

#ccabef Text Font Color

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

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


#ccabef Background Color

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

This div background color is #ccabef


#ccabef Border Color

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

This div border color is #ccabef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccabef


Comments

No comments written yet.

Please login to write comment.