Color Hex Logo

#ccbf73 Color Hex

#CCBF73
(204,191,115)
0 Favorites   0 Comments

Color spaces of #ccbf73

RGB 204191115
HSL0.140.470.63
HSV51°44°80°
CMYK 0.000.060.44   0.20
XYZ46.627251.336823.6711
Yxy51.33680.38330.4221
Hunter Lab71.6497-9.225230.5670
CIE-Lab76.8826-6.016439.8838

#ccbf73 color RGB value is (204,191,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111111 01110011
Octal 314 277 163
Decimal 204 191 115
Hex CC BF 73

RGB Percentages of Color #ccbf73

%40.00
%37.45
%22.55

CMYK Percentages of Color #ccbf73

%0
%6
%44
%20

Triadic Colors of #ccbf73

#ccbf73 #73ccbf #bf73cc

Analogous Colors of #ccbf73

#ccbf73 #adcc73 #cc9373

Monochromatic Colors of #ccbf73

#ccbf73

Complementary Color

#ccbf73 #7380cc

#ccbf73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbf73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbf73 Color CSS Codes

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

#ccbf73 Text Font Color

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

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


#ccbf73 Background Color

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

This div background color is #ccbf73


#ccbf73 Border Color

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

This div border color is #ccbf73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbf73

#ccbf73 Color Palettes


Comments

No comments written yet.

Please login to write comment.