Color Hex Logo

#ccb084 Color Hex

#CCB084
(204,176,132)
0 Favorites   0 Comments

Color spaces of #ccb084

RGB 204176132
HSL0.100.410.66
HSV37°35°80°
CMYK 0.000.140.35   0.20
XYZ44.592045.554028.2723
Yxy45.55400.37660.3847
Hunter Lab67.4937-0.181922.4097
CIE-Lab73.25523.795926.2942

#ccb084 color RGB value is (204,176,132).

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

The process color (four color CMYK) of #ccb084 color hex is 0.00, 0.14, 0.35, 0.20. Web safe color of #ccb084 is #cc9999. Color #ccb084 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110000 10000100
Octal 314 260 204
Decimal 204 176 132
Hex CC B0 84

RGB Percentages of Color #ccb084

%39.84
%34.38
%25.78

CMYK Percentages of Color #ccb084

%0
%14
%35
%20

Triadic Colors of #ccb084

#ccb084 #84ccb0 #b084cc

Analogous Colors of #ccb084

#ccb084 #c4cc84 #cc8c84

Monochromatic Colors of #ccb084

#ccb084

Complementary Color

#ccb084 #84a0cc

#ccb084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb084 Color CSS Codes

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

#ccb084 Text Font Color

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

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


#ccb084 Background Color

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

This div background color is #ccb084


#ccb084 Border Color

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

This div border color is #ccb084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb084


Comments

No comments written yet.

Please login to write comment.