Color Hex Logo

#ccbeba Color Hex

#CCBEBA
(204,190,186)
0 Favorites   0 Comments

Color spaces of #ccbeba

RGB 204190186
HSL0.040.150.76
HSV13°80°
CMYK 0.000.070.09   0.20
XYZ52.178253.209553.9747
Yxy53.20950.32740.3339
Hunter Lab72.94480.02947.1904
CIE-Lab77.99854.23933.7813

#ccbeba color RGB value is (204,190,186).

#ccbeba hex color red value is 204, green value is 190 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ccbeba hue: 0.04 , saturation: 0.15 and the lightness value of ccbeba is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111110 10111010
Octal 314 276 272
Decimal 204 190 186
Hex CC BE BA

RGB Percentages of Color #ccbeba

%35.17
%32.76
%32.07

CMYK Percentages of Color #ccbeba

%0
%7
%9
%20

Triadic Colors of #ccbeba

#ccbeba #baccbe #bebacc

Analogous Colors of #ccbeba

#ccbeba #ccc7ba #ccbabf

Monochromatic Colors of #ccbeba

#ccbeba

Complementary Color

#ccbeba #bac8cc

#ccbeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbeba Color CSS Codes

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

#ccbeba Text Font Color

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

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


#ccbeba Background Color

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

This div background color is #ccbeba


#ccbeba Border Color

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

This div border color is #ccbeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbeba


Comments

No comments written yet.

Please login to write comment.