Color Hex Logo

#ccabeb Color Hex

#CCABEB
(204,171,235)
0 Favorites   0 Comments

Color spaces of #ccabeb

RGB 204171235
HSL0.750.620.80
HSV271°27°92°
CMYK 0.130.270.00   0.08
XYZ54.460147.961384.9844
Yxy47.96130.29060.2559
Hunter Lab69.254119.1743-24.2792
CIE-Lab74.800523.9071-27.5909

#ccabeb color RGB value is (204,171,235).

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

The process color (four color CMYK) of #ccabeb color hex is 0.13, 0.27, 0.00, 0.08. Web safe color of #ccabeb is #cc99ff. Color #ccabeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 11101011
Octal 314 253 353
Decimal 204 171 235
Hex CC AB EB

RGB Percentages of Color #ccabeb

%33.44
%28.03
%38.52

CMYK Percentages of Color #ccabeb

%13
%27
%0
%8

Triadic Colors of #ccabeb

#ccabeb #ebccab #abebcc

Analogous Colors of #ccabeb

#ccabeb #ebabea #acabeb

Monochromatic Colors of #ccabeb

#ccabeb

Complementary Color

#ccabeb #caebab

#ccabeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccabeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccabeb Color CSS Codes

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

#ccabeb Text Font Color

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

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


#ccabeb Background Color

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

This div background color is #ccabeb


#ccabeb Border Color

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

This div border color is #ccabeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccabeb


Comments

No comments written yet.

Please login to write comment.