Color Hex Logo

#ccbf7a Color Hex

#CCBF7A
(204,191,122)
0 Favorites   0 Comments

Color spaces of #ccbf7a

RGB 204191122
HSL0.140.450.64
HSV50°40°80°
CMYK 0.000.060.40   0.20
XYZ47.045551.504125.8741
Yxy51.50410.37810.4139
Hunter Lab71.7664-8.577828.8605
CIE-Lab76.9834-5.275136.4369

#ccbf7a color RGB value is (204,191,122).

#ccbf7a hex color red value is 204, green value is 191 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ccbf7a hue: 0.14 , saturation: 0.45 and the lightness value of ccbf7a is 0.64.

The process color (four color CMYK) of #ccbf7a color hex is 0.00, 0.06, 0.40, 0.20. Web safe color of #ccbf7a is #cccc66. Color #ccbf7a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111111 01111010
Octal 314 277 172
Decimal 204 191 122
Hex CC BF 7A

RGB Percentages of Color #ccbf7a

%39.46
%36.94
%23.60

CMYK Percentages of Color #ccbf7a

%0
%6
%40
%20

Triadic Colors of #ccbf7a

#ccbf7a #7accbf #bf7acc

Analogous Colors of #ccbf7a

#ccbf7a #b0cc7a #cc967a

Monochromatic Colors of #ccbf7a

#ccbf7a

Complementary Color

#ccbf7a #7a87cc

#ccbf7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbf7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbf7a Color CSS Codes

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

#ccbf7a Text Font Color

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

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


#ccbf7a Background Color

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

This div background color is #ccbf7a


#ccbf7a Border Color

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

This div border color is #ccbf7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbf7a


Comments

No comments written yet.

Please login to write comment.