Color Hex Logo

#ccbaae Color Hex

#CCBAAE
(204,186,174)
0 Favorites   0 Comments

Color spaces of #ccbaae

RGB 204186174
HSL0.070.230.74
HSV24°15°80°
CMYK 0.000.090.15   0.20
XYZ50.100751.011247.2499
Yxy51.01120.33770.3438
Hunter Lab71.42210.224210.7717
CIE-Lab76.68584.39048.3853

#ccbaae color RGB value is (204,186,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111010 10101110
Octal 314 272 256
Decimal 204 186 174
Hex CC BA AE

RGB Percentages of Color #ccbaae

%36.17
%32.98
%30.85

CMYK Percentages of Color #ccbaae

%0
%9
%15
%20

Triadic Colors of #ccbaae

#ccbaae #aeccba #baaecc

Analogous Colors of #ccbaae

#ccbaae #ccc9ae #ccaeb1

Monochromatic Colors of #ccbaae

#ccbaae

Complementary Color

#ccbaae #aec0cc

#ccbaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbaae Color CSS Codes

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

#ccbaae Text Font Color

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

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


#ccbaae Background Color

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

This div background color is #ccbaae


#ccbaae Border Color

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

This div border color is #ccbaae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,186,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 #ccbaae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbaae


Comments

No comments written yet.

Please login to write comment.