Color Hex Logo

#ccbcfc Color Hex

#CCBCFC
(204,188,252)
0 Favorites   0 Comments

Color spaces of #ccbcfc

RGB 204188252
HSL0.710.910.86
HSV255°25°99°
CMYK 0.190.250.00   0.01
XYZ60.455755.832199.6858
Yxy55.83210.27990.2585
Hunter Lab74.720913.6605-26.7947
CIE-Lab79.518218.2849-29.5158

#ccbcfc color RGB value is (204,188,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111100 11111100
Octal 314 274 374
Decimal 204 188 252
Hex CC BC FC

RGB Percentages of Color #ccbcfc

%31.68
%29.19
%39.13

CMYK Percentages of Color #ccbcfc

%19
%25
%0
%1

Triadic Colors of #ccbcfc

#ccbcfc #fcccbc #bcfccc

Analogous Colors of #ccbcfc

#ccbcfc #ecbcfc #bcccfc

Monochromatic Colors of #ccbcfc

#ccbcfc

Complementary Color

#ccbcfc #ecfcbc

#ccbcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbcfc Color CSS Codes

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

#ccbcfc Text Font Color

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

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


#ccbcfc Background Color

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

This div background color is #ccbcfc


#ccbcfc Border Color

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

This div border color is #ccbcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbcfc


Comments

No comments written yet.

Please login to write comment.