Color Hex Logo

#ccbbfb Color Hex

#CCBBFB
(204,187,251)
0 Favorites   0 Comments

Color spaces of #ccbbfb

RGB 204187251
HSL0.710.890.86
HSV256°25°98°
CMYK 0.190.250.00   0.02
XYZ60.084855.343198.7823
Yxy55.34310.28050.2584
Hunter Lab74.392913.9811-26.6529
CIE-Lab79.238518.6093-29.4095

#ccbbfb color RGB value is (204,187,251).

#ccbbfb hex color red value is 204, green value is 187 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ccbbfb hue: 0.71 , saturation: 0.89 and the lightness value of ccbbfb is 0.86.

The process color (four color CMYK) of #ccbbfb color hex is 0.19, 0.25, 0.00, 0.02. Web safe color of #ccbbfb is #ccccff. Color #ccbbfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111011 11111011
Octal 314 273 373
Decimal 204 187 251
Hex CC BB FB

RGB Percentages of Color #ccbbfb

%31.78
%29.13
%39.10

CMYK Percentages of Color #ccbbfb

%19
%25
%0
%2

Triadic Colors of #ccbbfb

#ccbbfb #fbccbb #bbfbcc

Analogous Colors of #ccbbfb

#ccbbfb #ecbbfb #bbcafb

Monochromatic Colors of #ccbbfb

#ccbbfb

Complementary Color

#ccbbfb #eafbbb

#ccbbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbbfb Color CSS Codes

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

#ccbbfb Text Font Color

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

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


#ccbbfb Background Color

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

This div background color is #ccbbfb


#ccbbfb Border Color

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

This div border color is #ccbbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbbfb

#ccbbfb Color Palettes


Comments

No comments written yet.

Please login to write comment.