Color Hex Logo

#ccbcae Color Hex

#CCBCAE
(204,188,174)
0 Favorites   0 Comments

Color spaces of #ccbcae

RGB 204188174
HSL0.080.230.74
HSV28°15°80°
CMYK 0.000.080.15   0.20
XYZ50.525051.859847.3914
Yxy51.85980.33730.3462
Hunter Lab72.0137-0.788111.3916
CIE-Lab77.19693.32429.1156

#ccbcae color RGB value is (204,188,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111100 10101110
Octal 314 274 256
Decimal 204 188 174
Hex CC BC AE

RGB Percentages of Color #ccbcae

%36.04
%33.22
%30.74

CMYK Percentages of Color #ccbcae

%0
%8
%15
%20

Triadic Colors of #ccbcae

#ccbcae #aeccbc #bcaecc

Analogous Colors of #ccbcae

#ccbcae #cccbae #ccaeaf

Monochromatic Colors of #ccbcae

#ccbcae

Complementary Color

#ccbcae #aebecc

#ccbcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbcae Color CSS Codes

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

#ccbcae Text Font Color

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

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


#ccbcae Background Color

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

This div background color is #ccbcae


#ccbcae Border Color

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

This div border color is #ccbcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbcae


Comments

No comments written yet.

Please login to write comment.