Color Hex Logo

#ccb286 Color Hex

#CCB286
(204,178,134)
0 Favorites   0 Comments

Color spaces of #ccb286

RGB 204178134
HSL0.100.410.66
HSV38°34°80°
CMYK 0.000.130.34   0.20
XYZ45.125346.399429.1319
Yxy46.39940.37400.3846
Hunter Lab68.1171-0.954722.3252
CIE-Lab73.80402.973225.9601

#ccb286 color RGB value is (204,178,134).

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

The process color (four color CMYK) of #ccb286 color hex is 0.00, 0.13, 0.34, 0.20. Web safe color of #ccb286 is #cc9999. Color #ccb286 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110010 10000110
Octal 314 262 206
Decimal 204 178 134
Hex CC B2 86

RGB Percentages of Color #ccb286

%39.53
%34.50
%25.97

CMYK Percentages of Color #ccb286

%0
%13
%34
%20

Triadic Colors of #ccb286

#ccb286 #86ccb2 #b286cc

Analogous Colors of #ccb286

#ccb286 #c3cc86 #cc8f86

Monochromatic Colors of #ccb286

#ccb286

Complementary Color

#ccb286 #86a0cc

#ccb286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb286 Color CSS Codes

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

#ccb286 Text Font Color

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

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


#ccb286 Background Color

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

This div background color is #ccb286


#ccb286 Border Color

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

This div border color is #ccb286


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb286


Comments

No comments written yet.

Please login to write comment.