Color Hex Logo

#ccba77 Color Hex

#CCBA77
(204,186,119)
0 Favorites   0 Comments

Color spaces of #ccba77

RGB 204186119
HSL0.130.450.63
HSV47°42°80°
CMYK 0.000.090.42   0.20
XYZ45.790549.287124.5527
Yxy49.28710.38280.4120
Hunter Lab70.2048-6.433228.4079
CIE-Lab75.6296-2.988636.2487

#ccba77 color RGB value is (204,186,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111010 01110111
Octal 314 272 167
Decimal 204 186 119
Hex CC BA 77

RGB Percentages of Color #ccba77

%40.08
%36.54
%23.38

CMYK Percentages of Color #ccba77

%0
%9
%42
%20

Triadic Colors of #ccba77

#ccba77 #77ccba #ba77cc

Analogous Colors of #ccba77

#ccba77 #b4cc77 #cc9077

Monochromatic Colors of #ccba77

#ccba77

Complementary Color

#ccba77 #7789cc

#ccba77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccba77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccba77 Color CSS Codes

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

#ccba77 Text Font Color

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

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


#ccba77 Background Color

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

This div background color is #ccba77


#ccba77 Border Color

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

This div border color is #ccba77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccba77


Comments

No comments written yet.

Please login to write comment.