Color Hex Logo

#ccbbce Color Hex

#CCBBCE
(204,187,206)
0 Favorites   0 Comments

Color spaces of #ccbbce

RGB 204187206
HSL0.820.160.77
HSV294°81°
CMYK 0.010.090.00   0.19
XYZ53.812752.834265.7543
Yxy52.83420.31210.3065
Hunter Lab72.68714.9470-2.7540
CIE-Lab77.77709.4252-7.3666

#ccbbce color RGB value is (204,187,206).

#ccbbce hex color red value is 204, green value is 187 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ccbbce hue: 0.82 , saturation: 0.16 and the lightness value of ccbbce is 0.77.

The process color (four color CMYK) of #ccbbce color hex is 0.01, 0.09, 0.00, 0.19. Web safe color of #ccbbce is #cccccc. Color #ccbbce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111011 11001110
Octal 314 273 316
Decimal 204 187 206
Hex CC BB CE

RGB Percentages of Color #ccbbce

%34.17
%31.32
%34.51

CMYK Percentages of Color #ccbbce

%1
%9
%0
%19

Triadic Colors of #ccbbce

#ccbbce #ceccbb #bbcecc

Analogous Colors of #ccbbce

#ccbbce #cebbc7 #c3bbce

Monochromatic Colors of #ccbbce

#ccbbce

Complementary Color

#ccbbce #bdcebb

#ccbbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbbce Color CSS Codes

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

#ccbbce Text Font Color

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

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


#ccbbce Background Color

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

This div background color is #ccbbce


#ccbbce Border Color

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

This div border color is #ccbbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbbce


Comments

No comments written yet.

Please login to write comment.