Color Hex Logo

#ccbcea Color Hex

#CCBCEA
(204,188,234)
0 Favorites   0 Comments

Color spaces of #ccbcea

RGB 204188234
HSL0.720.520.83
HSV261°20°92°
CMYK 0.130.200.00   0.08
XYZ57.736354.744385.3656
Yxy54.74430.29180.2767
Hunter Lab73.98949.8079-16.6135
CIE-Lab78.893814.4298-20.8085

#ccbcea color RGB value is (204,188,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111100 11101010
Octal 314 274 352
Decimal 204 188 234
Hex CC BC EA

RGB Percentages of Color #ccbcea

%32.59
%30.03
%37.38

CMYK Percentages of Color #ccbcea

%13
%20
%0
%8

Triadic Colors of #ccbcea

#ccbcea #eaccbc #bceacc

Analogous Colors of #ccbcea

#ccbcea #e3bcea #bcc3ea

Monochromatic Colors of #ccbcea

#ccbcea

Complementary Color

#ccbcea #daeabc

#ccbcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbcea Color CSS Codes

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

#ccbcea Text Font Color

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

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


#ccbcea Background Color

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

This div background color is #ccbcea


#ccbcea Border Color

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

This div border color is #ccbcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbcea


Comments

No comments written yet.

Please login to write comment.