Color Hex Logo

#ccbbbe Color Hex

#CCBBBE
(204,187,190)
0 Favorites   0 Comments

Color spaces of #ccbbbe

RGB 204187190
HSL0.970.140.77
HSV349°80°
CMYK 0.000.080.07   0.20
XYZ51.966452.095756.0318
Yxy52.09570.32460.3254
Hunter Lab72.17742.20644.4969
CIE-Lab77.33806.53160.6567

#ccbbbe color RGB value is (204,187,190).

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

The process color (four color CMYK) of #ccbbbe color hex is 0.00, 0.08, 0.07, 0.20. Web safe color of #ccbbbe is #cccccc. Color #ccbbbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111011 10111110
Octal 314 273 276
Decimal 204 187 190
Hex CC BB BE

RGB Percentages of Color #ccbbbe

%35.11
%32.19
%32.70

CMYK Percentages of Color #ccbbbe

%0
%8
%7
%20

Triadic Colors of #ccbbbe

#ccbbbe #beccbb #bbbecc

Analogous Colors of #ccbbbe

#ccbbbe #ccc1bb #ccbbc7

Monochromatic Colors of #ccbbbe

#ccbbbe

Complementary Color

#ccbbbe #bbccc9

#ccbbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbbbe Color CSS Codes

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

#ccbbbe Text Font Color

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

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


#ccbbbe Background Color

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

This div background color is #ccbbbe


#ccbbbe Border Color

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

This div border color is #ccbbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbbbe


Comments

No comments written yet.

Please login to write comment.