Color Hex Logo

#ccb389 Color Hex

#CCB389
(204,179,137)
0 Favorites   0 Comments

Color spaces of #ccb389

RGB 204179137
HSL0.100.400.67
HSV38°33°80°
CMYK 0.000.120.33   0.20
XYZ45.537346.883730.3163
Yxy46.88370.37100.3820
Hunter Lab68.4717-1.113421.6791
CIE-Lab74.11532.814624.7736

#ccb389 color RGB value is (204,179,137).

#ccb389 hex color red value is 204, green value is 179 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #ccb389 hue: 0.10 , saturation: 0.40 and the lightness value of ccb389 is 0.67.

The process color (four color CMYK) of #ccb389 color hex is 0.00, 0.12, 0.33, 0.20. Web safe color of #ccb389 is #cccc99. Color #ccb389 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110011 10001001
Octal 314 263 211
Decimal 204 179 137
Hex CC B3 89

RGB Percentages of Color #ccb389

%39.23
%34.42
%26.35

CMYK Percentages of Color #ccb389

%0
%12
%33
%20

Triadic Colors of #ccb389

#ccb389 #89ccb3 #b389cc

Analogous Colors of #ccb389

#ccb389 #c4cc89 #cc9289

Monochromatic Colors of #ccb389

#ccb389

Complementary Color

#ccb389 #89a2cc

#ccb389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb389 Color CSS Codes

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

#ccb389 Text Font Color

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

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


#ccb389 Background Color

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

This div background color is #ccb389


#ccb389 Border Color

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

This div border color is #ccb389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb389


Comments

No comments written yet.

Please login to write comment.