Color Hex Logo

#ccb89e Color Hex

#CCB89E
(204,184,158)
0 Favorites   0 Comments

Color spaces of #ccb89e

RGB 204184158
HSL0.090.310.71
HSV34°23°80°
CMYK 0.000.100.23   0.20
XYZ48.213949.587039.3778
Yxy49.58700.35150.3615
Hunter Lab70.4180-1.016016.1376
CIE-Lab75.81513.008215.8087

#ccb89e color RGB value is (204,184,158).

#ccb89e hex color red value is 204, green value is 184 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ccb89e hue: 0.09 , saturation: 0.31 and the lightness value of ccb89e is 0.71.

The process color (four color CMYK) of #ccb89e color hex is 0.00, 0.10, 0.23, 0.20. Web safe color of #ccb89e is #cccc99. Color #ccb89e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111000 10011110
Octal 314 270 236
Decimal 204 184 158
Hex CC B8 9E

RGB Percentages of Color #ccb89e

%37.36
%33.70
%28.94

CMYK Percentages of Color #ccb89e

%0
%10
%23
%20

Triadic Colors of #ccb89e

#ccb89e #9eccb8 #b89ecc

Analogous Colors of #ccb89e

#ccb89e #c9cc9e #cca19e

Monochromatic Colors of #ccb89e

#ccb89e

Complementary Color

#ccb89e #9eb2cc

#ccb89e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb89e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb89e Color CSS Codes

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

#ccb89e Text Font Color

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

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


#ccb89e Background Color

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

This div background color is #ccb89e


#ccb89e Border Color

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

This div border color is #ccb89e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb89e


Comments

No comments written yet.

Please login to write comment.