Color Hex Logo

#ccbea7 Color Hex

#CCBEA7
(204,190,167)
0 Favorites   0 Comments

Color spaces of #ccbea7

RGB 204190167
HSL0.100.270.73
HSV37°18°80°
CMYK 0.000.070.18   0.20
XYZ50.290352.454344.0333
Yxy52.45430.34260.3574
Hunter Lab72.4253-2.798514.6505
CIE-Lab77.55171.166913.3953

#ccbea7 color RGB value is (204,190,167).

#ccbea7 hex color red value is 204, green value is 190 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #ccbea7 hue: 0.10 , saturation: 0.27 and the lightness value of ccbea7 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111110 10100111
Octal 314 276 247
Decimal 204 190 167
Hex CC BE A7

RGB Percentages of Color #ccbea7

%36.36
%33.87
%29.77

CMYK Percentages of Color #ccbea7

%0
%7
%18
%20

Triadic Colors of #ccbea7

#ccbea7 #a7ccbe #bea7cc

Analogous Colors of #ccbea7

#ccbea7 #c8cca7 #ccaca7

Monochromatic Colors of #ccbea7

#ccbea7

Complementary Color

#ccbea7 #a7b5cc

#ccbea7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbea7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbea7 Color CSS Codes

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

#ccbea7 Text Font Color

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

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


#ccbea7 Background Color

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

This div background color is #ccbea7


#ccbea7 Border Color

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

This div border color is #ccbea7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbea7

#ccbea7 Color Palettes


Comments

No comments written yet.

Please login to write comment.