Color Hex Logo

#ccbebc Color Hex

#CCBEBC
(204,190,188)
0 Favorites   0 Comments

Color spaces of #ccbebc

RGB 204190188
HSL0.020.140.77
HSV80°
CMYK 0.000.070.08   0.20
XYZ52.392453.295155.1026
Yxy53.29510.32580.3315
Hunter Lab73.00350.34796.3507
CIE-Lab78.04894.58162.7732

#ccbebc color RGB value is (204,190,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111110 10111100
Octal 314 276 274
Decimal 204 190 188
Hex CC BE BC

RGB Percentages of Color #ccbebc

%35.05
%32.65
%32.30

CMYK Percentages of Color #ccbebc

%0
%7
%8
%20

Triadic Colors of #ccbebc

#ccbebc #bcccbe #bebccc

Analogous Colors of #ccbebc

#ccbebc #ccc6bc #ccbcc2

Monochromatic Colors of #ccbebc

#ccbebc

Complementary Color

#ccbebc #bccacc

#ccbebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbebc Color CSS Codes

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

#ccbebc Text Font Color

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

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


#ccbebc Background Color

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

This div background color is #ccbebc


#ccbebc Border Color

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

This div border color is #ccbebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbebc


Comments

No comments written yet.

Please login to write comment.