Color Hex Logo

#ccbff0 Color Hex

#CCBFF0
(204,191,240)
0 Favorites   0 Comments

Color spaces of #ccbff0

RGB 204191240
HSL0.710.620.85
HSV256°20°94°
CMYK 0.150.200.00   0.06
XYZ59.260856.390290.1991
Yxy56.39020.28790.2739
Hunter Lab75.09349.4518-18.6513
CIE-Lab79.835414.0658-22.6020

#ccbff0 color RGB value is (204,191,240).

#ccbff0 hex color red value is 204, green value is 191 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #ccbff0 hue: 0.71 , saturation: 0.62 and the lightness value of ccbff0 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111111 11110000
Octal 314 277 360
Decimal 204 191 240
Hex CC BF F0

RGB Percentages of Color #ccbff0

%32.13
%30.08
%37.80

CMYK Percentages of Color #ccbff0

%15
%20
%0
%6

Triadic Colors of #ccbff0

#ccbff0 #f0ccbf #bff0cc

Analogous Colors of #ccbff0

#ccbff0 #e5bff0 #bfcbf0

Monochromatic Colors of #ccbff0

#ccbff0

Complementary Color

#ccbff0 #e3f0bf

#ccbff0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbff0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbff0 Color CSS Codes

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

#ccbff0 Text Font Color

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

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


#ccbff0 Background Color

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

This div background color is #ccbff0


#ccbff0 Border Color

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

This div border color is #ccbff0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbff0


Comments

No comments written yet.

Please login to write comment.