Color Hex Logo

#ccbbef Color Hex

#CCBBEF
(204,187,239)
0 Favorites   0 Comments

Color spaces of #ccbbef

RGB 204187239
HSL0.720.620.84
HSV260°22°94°
CMYK 0.150.220.00   0.06
XYZ58.252254.610089.1319
Yxy54.61000.28840.2704
Hunter Lab73.898611.3841-19.7829
CIE-Lab78.816116.0221-23.6156

#ccbbef color RGB value is (204,187,239).

#ccbbef hex color red value is 204, green value is 187 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ccbbef hue: 0.72 , saturation: 0.62 and the lightness value of ccbbef is 0.84.

The process color (four color CMYK) of #ccbbef color hex is 0.15, 0.22, 0.00, 0.06. Web safe color of #ccbbef is #ccccff. Color #ccbbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111011 11101111
Octal 314 273 357
Decimal 204 187 239
Hex CC BB EF

RGB Percentages of Color #ccbbef

%32.38
%29.68
%37.94

CMYK Percentages of Color #ccbbef

%15
%22
%0
%6

Triadic Colors of #ccbbef

#ccbbef #efccbb #bbefcc

Analogous Colors of #ccbbef

#ccbbef #e6bbef #bbc4ef

Monochromatic Colors of #ccbbef

#ccbbef

Complementary Color

#ccbbef #deefbb

#ccbbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbbef Color CSS Codes

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

#ccbbef Text Font Color

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

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


#ccbbef Background Color

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

This div background color is #ccbbef


#ccbbef Border Color

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

This div border color is #ccbbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbbef


Comments

No comments written yet.

Please login to write comment.