Color Hex Logo

#ccbffa Color Hex

#CCBFFA
(204,191,250)
0 Favorites   0 Comments

Color spaces of #ccbffa

RGB 204191250
HSL0.700.860.86
HSV253°24°98°
CMYK 0.180.240.00   0.02
XYZ60.788057.001198.2409
Yxy57.00110.28140.2639
Hunter Lab75.499111.5957-24.3000
CIE-Lab80.180216.2177-27.4315

#ccbffa color RGB value is (204,191,250).

#ccbffa hex color red value is 204, green value is 191 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ccbffa hue: 0.70 , saturation: 0.86 and the lightness value of ccbffa is 0.86.

The process color (four color CMYK) of #ccbffa color hex is 0.18, 0.24, 0.00, 0.02. Web safe color of #ccbffa is #ccccff. Color #ccbffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111111 11111010
Octal 314 277 372
Decimal 204 191 250
Hex CC BF FA

RGB Percentages of Color #ccbffa

%31.63
%29.61
%38.76

CMYK Percentages of Color #ccbffa

%18
%24
%0
%2

Triadic Colors of #ccbffa

#ccbffa #faccbf #bffacc

Analogous Colors of #ccbffa

#ccbffa #eabffa #bfd0fa

Monochromatic Colors of #ccbffa

#ccbffa

Complementary Color

#ccbffa #edfabf

#ccbffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbffa Color CSS Codes

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

#ccbffa Text Font Color

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

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


#ccbffa Background Color

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

This div background color is #ccbffa


#ccbffa Border Color

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

This div border color is #ccbffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbffa

Related Colors


Comments

No comments written yet.

Please login to write comment.