Color Hex Logo

#ccbbe6 Color Hex

#CCBBE6
(204,187,230)
0 Favorites   0 Comments

Color spaces of #ccbbe6

RGB 204187230
HSL0.730.460.82
HSV264°19°90°
CMYK 0.110.190.00   0.10
XYZ56.955154.091282.3017
Yxy54.09120.29460.2798
Hunter Lab73.54679.5249-14.8652
CIE-Lab78.514914.1443-19.2284

#ccbbe6 color RGB value is (204,187,230).

#ccbbe6 hex color red value is 204, green value is 187 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #ccbbe6 hue: 0.73 , saturation: 0.46 and the lightness value of ccbbe6 is 0.82.

The process color (four color CMYK) of #ccbbe6 color hex is 0.11, 0.19, 0.00, 0.10. Web safe color of #ccbbe6 is #ccccff. Color #ccbbe6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111011 11100110
Octal 314 273 346
Decimal 204 187 230
Hex CC BB E6

RGB Percentages of Color #ccbbe6

%32.85
%30.11
%37.04

CMYK Percentages of Color #ccbbe6

%11
%19
%0
%10

Triadic Colors of #ccbbe6

#ccbbe6 #e6ccbb #bbe6cc

Analogous Colors of #ccbbe6

#ccbbe6 #e2bbe6 #bbc0e6

Monochromatic Colors of #ccbbe6

#ccbbe6

Complementary Color

#ccbbe6 #d5e6bb

#ccbbe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbbe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbbe6 Color CSS Codes

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

#ccbbe6 Text Font Color

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

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


#ccbbe6 Background Color

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

This div background color is #ccbbe6


#ccbbe6 Border Color

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

This div border color is #ccbbe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbbe6


Comments

No comments written yet.

Please login to write comment.