Color Hex Logo

#ccbdbe Color Hex

#CCBDBE
(204,189,190)
0 Favorites   0 Comments

Color spaces of #ccbdbe

RGB 204189190
HSL0.990.130.77
HSV356°80°
CMYK 0.000.070.07   0.20
XYZ52.393752.950356.1742
Yxy52.95030.32440.3278
Hunter Lab72.76701.18155.1665
CIE-Lab77.84565.46121.3962

#ccbdbe color RGB value is (204,189,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 10111110
Octal 314 275 276
Decimal 204 189 190
Hex CC BD BE

RGB Percentages of Color #ccbdbe

%34.99
%32.42
%32.59

CMYK Percentages of Color #ccbdbe

%0
%7
%7
%20

Triadic Colors of #ccbdbe

#ccbdbe #beccbd #bdbecc

Analogous Colors of #ccbdbe

#ccbdbe #ccc4bd #ccbdc6

Monochromatic Colors of #ccbdbe

#ccbdbe

Complementary Color

#ccbdbe #bdcccb

#ccbdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbdbe Color CSS Codes

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

#ccbdbe Text Font Color

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

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


#ccbdbe Background Color

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

This div background color is #ccbdbe


#ccbdbe Border Color

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

This div border color is #ccbdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbdbe


Comments

No comments written yet.

Please login to write comment.