Color Hex Logo

#ccc7be Color Hex

#CCC7BE
(204,199,190)
0 Favorites   0 Comments

Color spaces of #ccc7be

RGB 204199190
HSL0.110.120.77
HSV39°80°
CMYK 0.000.020.07   0.20
XYZ54.619557.401956.9161
Yxy57.40190.32330.3398
Hunter Lab75.7640-3.90368.4945
CIE-Lab80.40510.15415.1060

#ccc7be color RGB value is (204,199,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000111 10111110
Octal 314 307 276
Decimal 204 199 190
Hex CC C7 BE

RGB Percentages of Color #ccc7be

%34.40
%33.56
%32.04

CMYK Percentages of Color #ccc7be

%0
%2
%7
%20

Triadic Colors of #ccc7be

#ccc7be #beccc7 #c7becc

Analogous Colors of #ccc7be

#ccc7be #caccbe #ccc0be

Monochromatic Colors of #ccc7be

#ccc7be

Complementary Color

#ccc7be #bec3cc

#ccc7be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc7be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc7be Color CSS Codes

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

#ccc7be Text Font Color

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

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


#ccc7be Background Color

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

This div background color is #ccc7be


#ccc7be Border Color

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

This div border color is #ccc7be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc7be


Comments

No comments written yet.

Please login to write comment.