Color Hex Logo

#ccb684 Color Hex

#CCB684
(204,182,132)
0 Favorites   0 Comments

Color spaces of #ccb684

RGB 204182132
HSL0.120.410.66
HSV42°35°80°
CMYK 0.000.110.35   0.20
XYZ45.794647.959228.6732
Yxy47.95920.37410.3917
Hunter Lab69.2526-3.155523.9285
CIE-Lab74.79920.602428.3560

#ccb684 color RGB value is (204,182,132).

#ccb684 hex color red value is 204, green value is 182 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #ccb684 hue: 0.12 , saturation: 0.41 and the lightness value of ccb684 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110110 10000100
Octal 314 266 204
Decimal 204 182 132
Hex CC B6 84

RGB Percentages of Color #ccb684

%39.38
%35.14
%25.48

CMYK Percentages of Color #ccb684

%0
%11
%35
%20

Triadic Colors of #ccb684

#ccb684 #84ccb6 #b684cc

Analogous Colors of #ccb684

#ccb684 #becc84 #cc9284

Monochromatic Colors of #ccb684

#ccb684

Complementary Color

#ccb684 #849acc

#ccb684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb684 Color CSS Codes

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

#ccb684 Text Font Color

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

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


#ccb684 Background Color

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

This div background color is #ccb684


#ccb684 Border Color

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

This div border color is #ccb684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb684


Comments

No comments written yet.

Please login to write comment.