Color Hex Logo

#ccb6eb Color Hex

#CCB6EB
(204,182,235)
0 Favorites   0 Comments

Color spaces of #ccb6eb

RGB 204182235
HSL0.740.570.82
HSV265°23°92°
CMYK 0.130.230.00   0.08
XYZ56.625252.291485.7060
Yxy52.29140.29090.2687
Hunter Lab72.312813.2287-19.6523
CIE-Lab77.454817.8984-23.5343

#ccb6eb color RGB value is (204,182,235).

#ccb6eb hex color red value is 204, green value is 182 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ccb6eb hue: 0.74 , saturation: 0.57 and the lightness value of ccb6eb is 0.82.

The process color (four color CMYK) of #ccb6eb color hex is 0.13, 0.23, 0.00, 0.08. Web safe color of #ccb6eb is #ccccff. Color #ccb6eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110110 11101011
Octal 314 266 353
Decimal 204 182 235
Hex CC B6 EB

RGB Percentages of Color #ccb6eb

%32.85
%29.31
%37.84

CMYK Percentages of Color #ccb6eb

%13
%23
%0
%8

Triadic Colors of #ccb6eb

#ccb6eb #ebccb6 #b6ebcc

Analogous Colors of #ccb6eb

#ccb6eb #e7b6eb #b6bbeb

Monochromatic Colors of #ccb6eb

#ccb6eb

Complementary Color

#ccb6eb #d5ebb6

#ccb6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb6eb Color CSS Codes

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

#ccb6eb Text Font Color

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

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


#ccb6eb Background Color

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

This div background color is #ccb6eb


#ccb6eb Border Color

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

This div border color is #ccb6eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,182,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 #ccb6eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb6eb


Comments

No comments written yet.

Please login to write comment.