color codes Logo

#ccbeb4 color codes

#CCBEB4
(204,190,180)
0 Favorites   0 Comments

Color spaces of #ccbeb4

RGB 204190180
HSL0.070.190.75
HSV25°12°80°
CMYK 0.000.070.12   0.20
XYZ51.553552.959650.6851
Yxy52.95960.33220.3412
Hunter Lab72.7733-0.90189.6471
CIE-Lab77.85113.23426.8105

#ccbeb4 color RGB value is (204,190,180).

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

The process color (four color CMYK) of #ccbeb4 color code is 0.00, 0.07, 0.12, 0.20. Web safe color of #ccbeb4 is #cccccc. Color #ccbeb4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111110 10110100
Octal 314 276 264
Decimal 204 190 180
Hex CC BE B4

RGB Percentages of Color #ccbeb4

%35.54
%33.10
%31.36

CMYK Percentages of Color #ccbeb4

%0
%7
%12
%20

Triadic Colors of #ccbeb4

#ccbeb4 #b4ccbe #beb4cc

Analogous Colors of #ccbeb4

#ccbeb4 #cccab4 #ccb4b6

Monochromatic Colors of #ccbeb4

#ccbeb4

Complementary Color

#ccbeb4 #b4c2cc

#ccbeb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbeb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbeb4 Color CSS Codes

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

#ccbeb4 Text Font Color

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

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


#ccbeb4 Background Color

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

This div background color is #ccbeb4


#ccbeb4 Border Color

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

This div border color is #ccbeb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbeb4


Comments

No comments written yet.

Please login to write comment.