Color Hex Logo

#ccbbae Color Hex

#CCBBAE
(204,187,174)
0 Favorites   0 Comments

Color spaces of #ccbbae

RGB 204187174
HSL0.070.230.74
HSV26°15°80°
CMYK 0.000.080.15   0.20
XYZ50.312151.434047.3204
Yxy51.43400.33750.3450
Hunter Lab71.7175-0.282211.0817
CIE-Lab76.94123.85698.7503

#ccbbae color RGB value is (204,187,174).

#ccbbae hex color red value is 204, green value is 187 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ccbbae hue: 0.07 , saturation: 0.23 and the lightness value of ccbbae is 0.74.

The process color (four color CMYK) of #ccbbae color hex is 0.00, 0.08, 0.15, 0.20. Web safe color of #ccbbae is #cccc99. Color #ccbbae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111011 10101110
Octal 314 273 256
Decimal 204 187 174
Hex CC BB AE

RGB Percentages of Color #ccbbae

%36.11
%33.10
%30.80

CMYK Percentages of Color #ccbbae

%0
%8
%15
%20

Triadic Colors of #ccbbae

#ccbbae #aeccbb #bbaecc

Analogous Colors of #ccbbae

#ccbbae #cccaae #ccaeb0

Monochromatic Colors of #ccbbae

#ccbbae

Complementary Color

#ccbbae #aebfcc

#ccbbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbbae Color CSS Codes

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

#ccbbae Text Font Color

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

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


#ccbbae Background Color

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

This div background color is #ccbbae


#ccbbae Border Color

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

This div border color is #ccbbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbbae


Comments

No comments written yet.

Please login to write comment.