Color Hex Logo

#ccbbeb Color Hex

#CCBBEB
(204,187,235)
0 Favorites   0 Comments

Color spaces of #ccbbeb

RGB 204187235
HSL0.730.550.83
HSV261°20°92°
CMYK 0.130.200.00   0.08
XYZ57.667654.376286.0535
Yxy54.37620.29110.2745
Hunter Lab73.740210.5483-17.5722
CIE-Lab78.680615.1806-21.6701

#ccbbeb color RGB value is (204,187,235).

#ccbbeb hex color red value is 204, green value is 187 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ccbbeb hue: 0.73 , saturation: 0.55 and the lightness value of ccbbeb is 0.83.

The process color (four color CMYK) of #ccbbeb color hex is 0.13, 0.20, 0.00, 0.08. Web safe color of #ccbbeb is #ccccff. Color #ccbbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111011 11101011
Octal 314 273 353
Decimal 204 187 235
Hex CC BB EB

RGB Percentages of Color #ccbbeb

%32.59
%29.87
%37.54

CMYK Percentages of Color #ccbbeb

%13
%20
%0
%8

Triadic Colors of #ccbbeb

#ccbbeb #ebccbb #bbebcc

Analogous Colors of #ccbbeb

#ccbbeb #e4bbeb #bbc2eb

Monochromatic Colors of #ccbbeb

#ccbbeb

Complementary Color

#ccbbeb #daebbb

#ccbbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbbeb Color CSS Codes

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

#ccbbeb Text Font Color

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

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


#ccbbeb Background Color

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

This div background color is #ccbbeb


#ccbbeb Border Color

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

This div border color is #ccbbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbbeb


Comments

No comments written yet.

Please login to write comment.