Color Hex Logo

#ccb68d Color Hex

#CCB68D
(204,182,141)
0 Favorites   0 Comments

Color spaces of #ccb68d

RGB 204182141
HSL0.110.380.68
HSV39°31°80°
CMYK 0.000.110.31   0.20
XYZ46.437548.216432.0585
Yxy48.21640.36650.3805
Hunter Lab69.4380-2.142621.2333
CIE-Lab74.96121.729823.7768

#ccb68d color RGB value is (204,182,141).

#ccb68d hex color red value is 204, green value is 182 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ccb68d hue: 0.11 , saturation: 0.38 and the lightness value of ccb68d is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110110 10001101
Octal 314 266 215
Decimal 204 182 141
Hex CC B6 8D

RGB Percentages of Color #ccb68d

%38.71
%34.54
%26.76

CMYK Percentages of Color #ccb68d

%0
%11
%31
%20

Triadic Colors of #ccb68d

#ccb68d #8dccb6 #b68dcc

Analogous Colors of #ccb68d

#ccb68d #c3cc8d #cc978d

Monochromatic Colors of #ccb68d

#ccb68d

Complementary Color

#ccb68d #8da3cc

#ccb68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb68d Color CSS Codes

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

#ccb68d Text Font Color

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

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


#ccb68d Background Color

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

This div background color is #ccb68d


#ccb68d Border Color

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

This div border color is #ccb68d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb68d


Comments

No comments written yet.

Please login to write comment.