Color Hex Logo

#ccbdb4 Color Hex

#CCBDB4
(204,189,180)
0 Favorites   0 Comments

Color spaces of #ccbdb4

RGB 204189180
HSL0.060.190.75
HSV23°12°80°
CMYK 0.000.070.12   0.20
XYZ51.337752.527850.6131
Yxy52.52780.33230.3400
Hunter Lab72.4761-0.39449.3285
CIE-Lab77.59543.76696.4430

#ccbdb4 color RGB value is (204,189,180).

#ccbdb4 hex color red value is 204, green value is 189 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #ccbdb4 hue: 0.06 , saturation: 0.19 and the lightness value of ccbdb4 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 10110100
Octal 314 275 264
Decimal 204 189 180
Hex CC BD B4

RGB Percentages of Color #ccbdb4

%35.60
%32.98
%31.41

CMYK Percentages of Color #ccbdb4

%0
%7
%12
%20

Triadic Colors of #ccbdb4

#ccbdb4 #b4ccbd #bdb4cc

Analogous Colors of #ccbdb4

#ccbdb4 #ccc9b4 #ccb4b7

Monochromatic Colors of #ccbdb4

#ccbdb4

Complementary Color

#ccbdb4 #b4c3cc

#ccbdb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbdb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbdb4 Color CSS Codes

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

#ccbdb4 Text Font Color

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

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


#ccbdb4 Background Color

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

This div background color is #ccbdb4


#ccbdb4 Border Color

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

This div border color is #ccbdb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbdb4


Comments

No comments written yet.

Please login to write comment.