Color Hex Logo

#ccba70 Color Hex

#CCBA70
(204,186,112)
0 Favorites   0 Comments

Color spaces of #ccba70

RGB 204186112
HSL0.130.470.62
HSV48°45°80°
CMYK 0.000.090.45   0.20
XYZ45.385449.125022.4192
Yxy49.12500.38810.4201
Hunter Lab70.0892-7.070730.0976
CIE-Lab75.5290-3.714439.7086

#ccba70 color RGB value is (204,186,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111010 01110000
Octal 314 272 160
Decimal 204 186 112
Hex CC BA 70

RGB Percentages of Color #ccba70

%40.64
%37.05
%22.31

CMYK Percentages of Color #ccba70

%0
%9
%45
%20

Triadic Colors of #ccba70

#ccba70 #70ccba #ba70cc

Analogous Colors of #ccba70

#ccba70 #b0cc70 #cc8c70

Monochromatic Colors of #ccba70

#ccba70

Complementary Color

#ccba70 #7082cc

#ccba70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccba70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccba70 Color CSS Codes

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

#ccba70 Text Font Color

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

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


#ccba70 Background Color

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

This div background color is #ccba70


#ccba70 Border Color

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

This div border color is #ccba70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccba70


Comments

No comments written yet.

Please login to write comment.