Color Hex Logo

#ccbbdf Color Hex

#CCBBDF
(204,187,223)
0 Favorites   0 Comments

Color spaces of #ccbbdf

RGB 204187223
HSL0.750.360.80
HSV268°16°87°
CMYK 0.090.160.00   0.13
XYZ55.991453.705777.2272
Yxy53.70570.29950.2873
Hunter Lab73.28428.1323-11.1812
CIE-Lab78.289812.7234-15.7924

#ccbbdf color RGB value is (204,187,223).

#ccbbdf hex color red value is 204, green value is 187 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ccbbdf hue: 0.75 , saturation: 0.36 and the lightness value of ccbbdf is 0.80.

The process color (four color CMYK) of #ccbbdf color hex is 0.09, 0.16, 0.00, 0.13. Web safe color of #ccbbdf is #cccccc. Color #ccbbdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111011 11011111
Octal 314 273 337
Decimal 204 187 223
Hex CC BB DF

RGB Percentages of Color #ccbbdf

%33.22
%30.46
%36.32

CMYK Percentages of Color #ccbbdf

%9
%16
%0
%13

Triadic Colors of #ccbbdf

#ccbbdf #dfccbb #bbdfcc

Analogous Colors of #ccbbdf

#ccbbdf #debbdf #bbbcdf

Monochromatic Colors of #ccbbdf

#ccbbdf

Complementary Color

#ccbbdf #cedfbb

#ccbbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbbdf Color CSS Codes

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

#ccbbdf Text Font Color

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

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


#ccbbdf Background Color

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

This div background color is #ccbbdf


#ccbbdf Border Color

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

This div border color is #ccbbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbbdf


Comments

No comments written yet.

Please login to write comment.