Color Hex Logo

#ccbdc1 Color Hex

#CCBDC1
(204,189,193)
0 Favorites   0 Comments

Color spaces of #ccbdc1

RGB 204189193
HSL0.960.130.77
HSV344°80°
CMYK 0.000.070.05   0.20
XYZ52.725153.082857.9192
Yxy53.08280.32200.3242
Hunter Lab72.85791.67373.8673
CIE-Lab77.92395.9866-0.1130

#ccbdc1 color RGB value is (204,189,193).

#ccbdc1 hex color red value is 204, green value is 189 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #ccbdc1 hue: 0.96 , saturation: 0.13 and the lightness value of ccbdc1 is 0.77.

The process color (four color CMYK) of #ccbdc1 color hex is 0.00, 0.07, 0.05, 0.20. Web safe color of #ccbdc1 is #cccccc. Color #ccbdc1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 11000001
Octal 314 275 301
Decimal 204 189 193
Hex CC BD C1

RGB Percentages of Color #ccbdc1

%34.81
%32.25
%32.94

CMYK Percentages of Color #ccbdc1

%0
%7
%5
%20

Triadic Colors of #ccbdc1

#ccbdc1 #c1ccbd #bdc1cc

Analogous Colors of #ccbdc1

#ccbdc1 #ccc1bd #ccbdc9

Monochromatic Colors of #ccbdc1

#ccbdc1

Complementary Color

#ccbdc1 #bdccc8

#ccbdc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbdc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbdc1 Color CSS Codes

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

#ccbdc1 Text Font Color

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

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


#ccbdc1 Background Color

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

This div background color is #ccbdc1


#ccbdc1 Border Color

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

This div border color is #ccbdc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbdc1


Comments

No comments written yet.

Please login to write comment.