Color Hex Logo

#ccbaa7 Color Hex

#CCBAA7
(204,186,167)
0 Favorites   0 Comments

Color spaces of #ccbaa7

RGB 204186167
HSL0.090.270.73
HSV31°18°80°
CMYK 0.000.090.18   0.20
XYZ49.435850.745243.7485
Yxy50.74520.34350.3526
Hunter Lab71.2357-0.787813.4527
CIE-Lab76.52443.291311.9436

#ccbaa7 color RGB value is (204,186,167).

#ccbaa7 hex color red value is 204, green value is 186 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #ccbaa7 hue: 0.09 , saturation: 0.27 and the lightness value of ccbaa7 is 0.73.

The process color (four color CMYK) of #ccbaa7 color hex is 0.00, 0.09, 0.18, 0.20. Web safe color of #ccbaa7 is #cccc99. Color #ccbaa7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111010 10100111
Octal 314 272 247
Decimal 204 186 167
Hex CC BA A7

RGB Percentages of Color #ccbaa7

%36.62
%33.39
%29.98

CMYK Percentages of Color #ccbaa7

%0
%9
%18
%20

Triadic Colors of #ccbaa7

#ccbaa7 #a7ccba #baa7cc

Analogous Colors of #ccbaa7

#ccbaa7 #cccca7 #cca8a7

Monochromatic Colors of #ccbaa7

#ccbaa7

Complementary Color

#ccbaa7 #a7b9cc

#ccbaa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbaa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbaa7 Color CSS Codes

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

#ccbaa7 Text Font Color

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

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


#ccbaa7 Background Color

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

This div background color is #ccbaa7


#ccbaa7 Border Color

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

This div border color is #ccbaa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbaa7


Comments

No comments written yet.

Please login to write comment.