Color Hex Logo

#cccbae Color Hex

#CCCBAE
(204,203,174)
0 Favorites   0 Comments

Color spaces of #cccbae

RGB 204203174
HSL0.160.230.74
HSV58°15°80°
CMYK 0.000.000.15   0.20
XYZ53.897858.605248.5156
Yxy58.60520.33470.3640
Hunter Lab76.5540-8.296816.0132
CIE-Lab81.0741-4.568514.6112

#cccbae color RGB value is (204,203,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001011 10101110
Octal 314 313 256
Decimal 204 203 174
Hex CC CB AE

RGB Percentages of Color #cccbae

%35.11
%34.94
%29.95

CMYK Percentages of Color #cccbae

%0
%0
%15
%20

Triadic Colors of #cccbae

#cccbae #aecccb #cbaecc

Analogous Colors of #cccbae

#cccbae #beccae #ccbcae

Monochromatic Colors of #cccbae

#cccbae

Complementary Color

#cccbae #aeafcc

#cccbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccbae Color CSS Codes

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

#cccbae Text Font Color

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

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


#cccbae Background Color

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

This div background color is #cccbae


#cccbae Border Color

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

This div border color is #cccbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccbae


Comments

No comments written yet.

Please login to write comment.