Color Hex Logo

#ccba4f Color Hex

#CCBA4F
(204,186,79)
0 Favorites   0 Comments

Color spaces of #ccba4f

RGB 20418679
HSL0.140.550.55
HSV51°61°80°
CMYK 0.000.090.61   0.20
XYZ43.872048.519714.4501
Yxy48.51970.41060.4541
Hunter Lab69.6561-9.472236.4596
CIE-Lab75.1515-6.480455.1422

#ccba4f color RGB value is (204,186,79).

#ccba4f hex color red value is 204, green value is 186 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ccba4f hue: 0.14 , saturation: 0.55 and the lightness value of ccba4f is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111010 01001111
Octal 314 272 117
Decimal 204 186 79
Hex CC BA 4F

RGB Percentages of Color #ccba4f

%43.50
%39.66
%16.84

CMYK Percentages of Color #ccba4f

%0
%9
%61
%20

Triadic Colors of #ccba4f

#ccba4f #4fccba #ba4fcc

Analogous Colors of #ccba4f

#ccba4f #a0cc4f #cc7c4f

Monochromatic Colors of #ccba4f

#ccba4f

Complementary Color

#ccba4f #4f61cc

#ccba4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccba4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccba4f Color CSS Codes

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

#ccba4f Text Font Color

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

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


#ccba4f Background Color

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

This div background color is #ccba4f


#ccba4f Border Color

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

This div border color is #ccba4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccba4f


Comments

No comments written yet.

Please login to write comment.