Color Hex Logo

#ccb88c Color Hex

#CCB88C
(204,184,140)
0 Favorites   0 Comments

Color spaces of #ccb88c

RGB 204184140
HSL0.110.390.67
HSV41°31°80°
CMYK 0.000.100.31   0.20
XYZ46.776049.011831.8058
Yxy49.01180.36660.3841
Hunter Lab70.0084-3.250322.0696
CIE-Lab75.45870.540224.9850

#ccb88c color RGB value is (204,184,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111000 10001100
Octal 314 270 214
Decimal 204 184 140
Hex CC B8 8C

RGB Percentages of Color #ccb88c

%38.64
%34.85
%26.52

CMYK Percentages of Color #ccb88c

%0
%10
%31
%20

Triadic Colors of #ccb88c

#ccb88c #8cccb8 #b88ccc

Analogous Colors of #ccb88c

#ccb88c #c0cc8c #cc988c

Monochromatic Colors of #ccb88c

#ccb88c

Complementary Color

#ccb88c #8ca0cc

#ccb88c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb88c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb88c Color CSS Codes

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

#ccb88c Text Font Color

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

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


#ccb88c Background Color

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

This div background color is #ccb88c


#ccb88c Border Color

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

This div border color is #ccb88c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,184,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 #ccb88c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb88c


Comments

No comments written yet.

Please login to write comment.