Color Hex Logo

#ccbada Color Hex

#CCBADA
(204,186,218)
0 Favorites   0 Comments

Color spaces of #ccbada

RGB 204186218
HSL0.760.300.79
HSV274°15°85°
CMYK 0.060.150.00   0.15
XYZ55.115653.017173.6581
Yxy53.01710.30320.2916
Hunter Lab72.81287.6929-9.0093
CIE-Lab77.885112.2710-13.6991

#ccbada color RGB value is (204,186,218).

#ccbada hex color red value is 204, green value is 186 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ccbada hue: 0.76 , saturation: 0.30 and the lightness value of ccbada is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111010 11011010
Octal 314 272 332
Decimal 204 186 218
Hex CC BA DA

RGB Percentages of Color #ccbada

%33.55
%30.59
%35.86

CMYK Percentages of Color #ccbada

%6
%15
%0
%15

Triadic Colors of #ccbada

#ccbada #daccba #badacc

Analogous Colors of #ccbada

#ccbada #dabad8 #bcbada

Monochromatic Colors of #ccbada

#ccbada

Complementary Color

#ccbada #c8daba

#ccbada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbada Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbada Color CSS Codes

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

#ccbada Text Font Color

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

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


#ccbada Background Color

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

This div background color is #ccbada


#ccbada Border Color

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

This div border color is #ccbada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbada


Comments

No comments written yet.

Please login to write comment.