Color Hex Logo

#ccbcec Color Hex

#CCBCEC
(204,188,236)
0 Favorites   0 Comments

Color spaces of #ccbcec

RGB 204188236
HSL0.720.560.83
HSV260°20°93°
CMYK 0.140.200.00   0.07
XYZ58.025454.859986.8876
Yxy54.85990.29050.2746
Hunter Lab74.067510.2211-17.7051
CIE-Lab78.960514.8477-21.7830

#ccbcec color RGB value is (204,188,236).

#ccbcec hex color red value is 204, green value is 188 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ccbcec hue: 0.72 , saturation: 0.56 and the lightness value of ccbcec is 0.83.

The process color (four color CMYK) of #ccbcec color hex is 0.14, 0.20, 0.00, 0.07. Web safe color of #ccbcec is #ccccff. Color #ccbcec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111100 11101100
Octal 314 274 354
Decimal 204 188 236
Hex CC BC EC

RGB Percentages of Color #ccbcec

%32.48
%29.94
%37.58

CMYK Percentages of Color #ccbcec

%14
%20
%0
%7

Triadic Colors of #ccbcec

#ccbcec #ecccbc #bceccc

Analogous Colors of #ccbcec

#ccbcec #e4bcec #bcc4ec

Monochromatic Colors of #ccbcec

#ccbcec

Complementary Color

#ccbcec #dcecbc

#ccbcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbcec Color CSS Codes

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

#ccbcec Text Font Color

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

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


#ccbcec Background Color

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

This div background color is #ccbcec


#ccbcec Border Color

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

This div border color is #ccbcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbcec


Comments

No comments written yet.

Please login to write comment.