Color Hex Logo

#ccbdc4 Color Hex

#CCBDC4
(204,189,196)
0 Favorites   0 Comments

Color spaces of #ccbdc4

RGB 204189196
HSL0.920.130.77
HSV332°80°
CMYK 0.000.070.04   0.20
XYZ53.063253.218159.6999
Yxy53.21810.31970.3206
Hunter Lab72.95072.17432.5450
CIE-Lab78.00366.5192-1.6195

#ccbdc4 color RGB value is (204,189,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 11000100
Octal 314 275 304
Decimal 204 189 196
Hex CC BD C4

RGB Percentages of Color #ccbdc4

%34.63
%32.09
%33.28

CMYK Percentages of Color #ccbdc4

%0
%7
%4
%20

Triadic Colors of #ccbdc4

#ccbdc4 #c4ccbd #bdc4cc

Analogous Colors of #ccbdc4

#ccbdc4 #ccbebd #ccbdcc

Monochromatic Colors of #ccbdc4

#ccbdc4

Complementary Color

#ccbdc4 #bdccc5

#ccbdc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbdc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbdc4 Color CSS Codes

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

#ccbdc4 Text Font Color

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

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


#ccbdc4 Background Color

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

This div background color is #ccbdc4


#ccbdc4 Border Color

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

This div border color is #ccbdc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbdc4


Comments

No comments written yet.

Please login to write comment.