Color Hex Logo

#ccb6ce Color Hex

#CCB6CE
(204,182,206)
0 Favorites   0 Comments

Color spaces of #ccb6ce

RGB 204182206
HSL0.820.200.76
HSV295°12°81°
CMYK 0.010.120.00   0.19
XYZ52.770450.749565.4069
Yxy50.74950.31240.3004
Hunter Lab71.23877.5570-4.5693
CIE-Lab76.527012.1251-9.2235

#ccb6ce color RGB value is (204,182,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110110 11001110
Octal 314 266 316
Decimal 204 182 206
Hex CC B6 CE

RGB Percentages of Color #ccb6ce

%34.46
%30.74
%34.80

CMYK Percentages of Color #ccb6ce

%1
%12
%0
%19

Triadic Colors of #ccb6ce

#ccb6ce #ceccb6 #b6cecc

Analogous Colors of #ccb6ce

#ccb6ce #ceb6c4 #c0b6ce

Monochromatic Colors of #ccb6ce

#ccb6ce

Complementary Color

#ccb6ce #b8ceb6

#ccb6ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb6ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb6ce Color CSS Codes

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

#ccb6ce Text Font Color

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

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


#ccb6ce Background Color

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

This div background color is #ccb6ce


#ccb6ce Border Color

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

This div border color is #ccb6ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb6ce


Comments

No comments written yet.

Please login to write comment.