Color Hex Logo

#ccbeb1 Color Hex

#CCBEB1
(204,190,177)
0 Favorites   0 Comments

Color spaces of #ccbeb1

RGB 204190177
HSL0.080.210.75
HSV29°13°80°
CMYK 0.000.070.13   0.20
XYZ51.251152.838649.0926
Yxy52.83860.33460.3449
Hunter Lab72.6902-1.354210.8406
CIE-Lab77.77962.74378.3278

#ccbeb1 color RGB value is (204,190,177).

#ccbeb1 hex color red value is 204, green value is 190 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #ccbeb1 hue: 0.08 , saturation: 0.21 and the lightness value of ccbeb1 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111110 10110001
Octal 314 276 261
Decimal 204 190 177
Hex CC BE B1

RGB Percentages of Color #ccbeb1

%35.73
%33.27
%31.00

CMYK Percentages of Color #ccbeb1

%0
%7
%13
%20

Triadic Colors of #ccbeb1

#ccbeb1 #b1ccbe #beb1cc

Analogous Colors of #ccbeb1

#ccbeb1 #ccccb1 #ccb1b2

Monochromatic Colors of #ccbeb1

#ccbeb1

Complementary Color

#ccbeb1 #b1bfcc

#ccbeb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbeb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbeb1 Color CSS Codes

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

#ccbeb1 Text Font Color

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

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


#ccbeb1 Background Color

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

This div background color is #ccbeb1


#ccbeb1 Border Color

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

This div border color is #ccbeb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbeb1


Comments

No comments written yet.

Please login to write comment.