Color Hex Logo

#ccbf78 Color Hex

#CCBF78
(204,191,120)
0 Favorites   0 Comments

Color spaces of #ccbf78

RGB 204191120
HSL0.140.450.64
HSV51°41°80°
CMYK 0.000.060.41   0.20
XYZ46.922851.455025.2280
Yxy51.45500.37960.4163
Hunter Lab71.7321-8.767429.3604
CIE-Lab76.9538-5.491937.4258

#ccbf78 color RGB value is (204,191,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111111 01111000
Octal 314 277 170
Decimal 204 191 120
Hex CC BF 78

RGB Percentages of Color #ccbf78

%39.61
%37.09
%23.30

CMYK Percentages of Color #ccbf78

%0
%6
%41
%20

Triadic Colors of #ccbf78

#ccbf78 #78ccbf #bf78cc

Analogous Colors of #ccbf78

#ccbf78 #afcc78 #cc9578

Monochromatic Colors of #ccbf78

#ccbf78

Complementary Color

#ccbf78 #7885cc

#ccbf78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbf78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbf78 Color CSS Codes

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

#ccbf78 Text Font Color

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

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


#ccbf78 Background Color

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

This div background color is #ccbf78


#ccbf78 Border Color

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

This div border color is #ccbf78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbf78


Comments

No comments written yet.

Please login to write comment.