Color Hex Logo

#ccbade Color Hex

#CCBADE
(204,186,222)
0 Favorites   0 Comments

Color spaces of #ccbade

RGB 204186222
HSL0.750.350.80
HSV270°16°87°
CMYK 0.080.160.00   0.13
XYZ55.645653.229176.4486
Yxy53.22910.30030.2872
Hunter Lab72.95838.4658-11.0556
CIE-Lab78.010113.0646-15.6733

#ccbade color RGB value is (204,186,222).

#ccbade hex color red value is 204, green value is 186 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ccbade hue: 0.75 , saturation: 0.35 and the lightness value of ccbade is 0.80.

The process color (four color CMYK) of #ccbade color hex is 0.08, 0.16, 0.00, 0.13. Web safe color of #ccbade is #cccccc. Color #ccbade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111010 11011110
Octal 314 272 336
Decimal 204 186 222
Hex CC BA DE

RGB Percentages of Color #ccbade

%33.33
%30.39
%36.27

CMYK Percentages of Color #ccbade

%8
%16
%0
%13

Triadic Colors of #ccbade

#ccbade #deccba #badecc

Analogous Colors of #ccbade

#ccbade #debade #babade

Monochromatic Colors of #ccbade

#ccbade

Complementary Color

#ccbade #ccdeba

#ccbade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbade Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbade Color CSS Codes

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

#ccbade Text Font Color

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

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


#ccbade Background Color

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

This div background color is #ccbade


#ccbade Border Color

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

This div border color is #ccbade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbade


Comments

No comments written yet.

Please login to write comment.