Color Hex Logo

#ccc4be Color Hex

#CCC4BE
(204,196,190)
0 Favorites   0 Comments

Color spaces of #ccc4be

RGB 204196190
HSL0.070.120.77
HSV26°80°
CMYK 0.000.040.07   0.20
XYZ53.936056.034956.6883
Yxy56.03490.32360.3362
Hunter Lab74.8565-2.38507.4996
CIE-Lab79.63371.73803.9912

#ccc4be color RGB value is (204,196,190).

#ccc4be hex color red value is 204, green value is 196 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ccc4be hue: 0.07 , saturation: 0.12 and the lightness value of ccc4be is 0.77.

The process color (four color CMYK) of #ccc4be color hex is 0.00, 0.04, 0.07, 0.20. Web safe color of #ccc4be is #cccccc. Color #ccc4be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000100 10111110
Octal 314 304 276
Decimal 204 196 190
Hex CC C4 BE

RGB Percentages of Color #ccc4be

%34.58
%33.22
%32.20

CMYK Percentages of Color #ccc4be

%0
%4
%7
%20

Triadic Colors of #ccc4be

#ccc4be #beccc4 #c4becc

Analogous Colors of #ccc4be

#ccc4be #cccbbe #ccbebf

Monochromatic Colors of #ccc4be

#ccc4be

Complementary Color

#ccc4be #bec6cc

#ccc4be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc4be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc4be Color CSS Codes

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

#ccc4be Text Font Color

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

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


#ccc4be Background Color

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

This div background color is #ccc4be


#ccc4be Border Color

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

This div border color is #ccc4be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc4be


Comments

No comments written yet.

Please login to write comment.