Color Hex Logo

#ccbcce Color Hex

#CCBCCE
(204,188,206)
0 Favorites   0 Comments

Color spaces of #ccbcce

RGB 204188206
HSL0.810.160.77
HSV293°81°
CMYK 0.010.090.00   0.19
XYZ54.025653.260065.8253
Yxy53.26000.31210.3077
Hunter Lab72.97944.4269-2.3922
CIE-Lab78.02838.8870-6.9943

#ccbcce color RGB value is (204,188,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111100 11001110
Octal 314 274 316
Decimal 204 188 206
Hex CC BC CE

RGB Percentages of Color #ccbcce

%34.11
%31.44
%34.45

CMYK Percentages of Color #ccbcce

%1
%9
%0
%19

Triadic Colors of #ccbcce

#ccbcce #ceccbc #bccecc

Analogous Colors of #ccbcce

#ccbcce #cebcc7 #c3bcce

Monochromatic Colors of #ccbcce

#ccbcce

Complementary Color

#ccbcce #becebc

#ccbcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbcce Color CSS Codes

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

#ccbcce Text Font Color

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

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


#ccbcce Background Color

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

This div background color is #ccbcce


#ccbcce Border Color

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

This div border color is #ccbcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbcce


Comments

No comments written yet.

Please login to write comment.