Color Hex Logo

#ccbbd8 Color Hex

#CCBBD8
(204,187,216)
0 Favorites   0 Comments

Color spaces of #ccbbd8

RGB 204187216
HSL0.760.270.79
HSV275°13°85°
CMYK 0.060.130.00   0.15
XYZ55.066853.335972.3583
Yxy53.33590.30460.2951
Hunter Lab73.03146.7867-7.6215
CIE-Lab78.072911.3384-12.3364

#ccbbd8 color RGB value is (204,187,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111011 11011000
Octal 314 273 330
Decimal 204 187 216
Hex CC BB D8

RGB Percentages of Color #ccbbd8

%33.61
%30.81
%35.58

CMYK Percentages of Color #ccbbd8

%6
%13
%0
%15

Triadic Colors of #ccbbd8

#ccbbd8 #d8ccbb #bbd8cc

Analogous Colors of #ccbbd8

#ccbbd8 #d8bbd6 #bebbd8

Monochromatic Colors of #ccbbd8

#ccbbd8

Complementary Color

#ccbbd8 #c7d8bb

#ccbbd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbbd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbbd8 Color CSS Codes

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

#ccbbd8 Text Font Color

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

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


#ccbbd8 Background Color

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

This div background color is #ccbbd8


#ccbbd8 Border Color

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

This div border color is #ccbbd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbbd8


Comments

No comments written yet.

Please login to write comment.