Color Hex Logo

#ccba71 Color Hex

#CCBA71
(204,186,113)
0 Favorites   0 Comments

Color spaces of #ccba71

RGB 204186113
HSL0.130.470.62
HSV48°45°80°
CMYK 0.000.090.45   0.20
XYZ45.441449.147422.7142
Yxy49.14740.38740.4190
Hunter Lab70.1052-6.982429.8636
CIE-Lab75.5429-3.613739.2169

#ccba71 color RGB value is (204,186,113).

#ccba71 hex color red value is 204, green value is 186 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #ccba71 hue: 0.13 , saturation: 0.47 and the lightness value of ccba71 is 0.62.

The process color (four color CMYK) of #ccba71 color hex is 0.00, 0.09, 0.45, 0.20. Web safe color of #ccba71 is #cccc66. Color #ccba71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111010 01110001
Octal 314 272 161
Decimal 204 186 113
Hex CC BA 71

RGB Percentages of Color #ccba71

%40.56
%36.98
%22.47

CMYK Percentages of Color #ccba71

%0
%9
%45
%20

Triadic Colors of #ccba71

#ccba71 #71ccba #ba71cc

Analogous Colors of #ccba71

#ccba71 #b1cc71 #cc8d71

Monochromatic Colors of #ccba71

#ccba71

Complementary Color

#ccba71 #7183cc

#ccba71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccba71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccba71 Color CSS Codes

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

#ccba71 Text Font Color

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

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


#ccba71 Background Color

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

This div background color is #ccba71


#ccba71 Border Color

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

This div border color is #ccba71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccba71

#ccba71 Color Palettes


Comments

No comments written yet.

Please login to write comment.