Color Hex Logo

#ccbe8c Color Hex

#CCBE8C
(204,190,140)
0 Favorites   0 Comments

Color spaces of #ccbe8c

RGB 204190140
HSL0.130.390.67
HSV47°31°80°
CMYK 0.000.070.31   0.20
XYZ48.048951.557732.2301
Yxy51.55770.36450.3911
Hunter Lab71.8037-6.209623.6494
CIE-Lab77.0156-2.622027.0819

#ccbe8c color RGB value is (204,190,140).

#ccbe8c hex color red value is 204, green value is 190 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ccbe8c hue: 0.13 , saturation: 0.39 and the lightness value of ccbe8c is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111110 10001100
Octal 314 276 214
Decimal 204 190 140
Hex CC BE 8C

RGB Percentages of Color #ccbe8c

%38.20
%35.58
%26.22

CMYK Percentages of Color #ccbe8c

%0
%7
%31
%20

Triadic Colors of #ccbe8c

#ccbe8c #8cccbe #be8ccc

Analogous Colors of #ccbe8c

#ccbe8c #bacc8c #cc9e8c

Monochromatic Colors of #ccbe8c

#ccbe8c

Complementary Color

#ccbe8c #8c9acc

#ccbe8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbe8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbe8c Color CSS Codes

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

#ccbe8c Text Font Color

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

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


#ccbe8c Background Color

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

This div background color is #ccbe8c


#ccbe8c Border Color

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

This div border color is #ccbe8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbe8c


Comments

No comments written yet.

Please login to write comment.