Color Hex Logo

#ccbeb2 Color Hex

#CCBEB2
(204,190,178)
0 Favorites   0 Comments

Color spaces of #ccbeb2

RGB 204190178
HSL0.080.200.75
HSV28°13°80°
CMYK 0.000.070.13   0.20
XYZ51.351252.878649.6196
Yxy52.87860.33380.3437
Hunter Lab72.7177-1.204210.4453
CIE-Lab77.80332.90657.8218

#ccbeb2 color RGB value is (204,190,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111110 10110010
Octal 314 276 262
Decimal 204 190 178
Hex CC BE B2

RGB Percentages of Color #ccbeb2

%35.66
%33.22
%31.12

CMYK Percentages of Color #ccbeb2

%0
%7
%13
%20

Triadic Colors of #ccbeb2

#ccbeb2 #b2ccbe #beb2cc

Analogous Colors of #ccbeb2

#ccbeb2 #cccbb2 #ccb2b3

Monochromatic Colors of #ccbeb2

#ccbeb2

Complementary Color

#ccbeb2 #b2c0cc

#ccbeb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbeb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbeb2 Color CSS Codes

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

#ccbeb2 Text Font Color

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

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


#ccbeb2 Background Color

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

This div background color is #ccbeb2


#ccbeb2 Border Color

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

This div border color is #ccbeb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbeb2


Comments

No comments written yet.

Please login to write comment.