Color Hex Logo

#ccbbda Color Hex

#CCBBDA
(204,187,218)
0 Favorites   0 Comments

Color spaces of #ccbbda

RGB 204187218
HSL0.760.300.79
HSV273°14°85°
CMYK 0.060.140.00   0.15
XYZ55.327153.440073.7286
Yxy53.44000.30320.2928
Hunter Lab73.10277.1665-8.6258
CIE-Lab78.134111.7305-13.3258

#ccbbda color RGB value is (204,187,218).

#ccbbda hex color red value is 204, green value is 187 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ccbbda hue: 0.76 , saturation: 0.30 and the lightness value of ccbbda is 0.79.

The process color (four color CMYK) of #ccbbda color hex is 0.06, 0.14, 0.00, 0.15. Web safe color of #ccbbda is #cccccc. Color #ccbbda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111011 11011010
Octal 314 273 332
Decimal 204 187 218
Hex CC BB DA

RGB Percentages of Color #ccbbda

%33.50
%30.71
%35.80

CMYK Percentages of Color #ccbbda

%6
%14
%0
%15

Triadic Colors of #ccbbda

#ccbbda #daccbb #bbdacc

Analogous Colors of #ccbbda

#ccbbda #dabbd9 #bdbbda

Monochromatic Colors of #ccbbda

#ccbbda

Complementary Color

#ccbbda #c9dabb

#ccbbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbbda Color CSS Codes

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

#ccbbda Text Font Color

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

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


#ccbbda Background Color

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

This div background color is #ccbbda


#ccbbda Border Color

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

This div border color is #ccbbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbbda


Comments

No comments written yet.

Please login to write comment.