Color Hex Logo

#ccbf56 Color Hex

#CCBF56
(204,191,86)
0 Favorites   0 Comments

Color spaces of #ccbf56

RGB 20419186
HSL0.150.540.57
HSV53°58°80°
CMYK 0.000.060.58   0.20
XYZ45.212450.770916.2209
Yxy50.77090.40290.4525
Hunter Lab71.2537-11.430936.3802
CIE-Lab76.5400-8.569453.5284

#ccbf56 color RGB value is (204,191,86).

#ccbf56 hex color red value is 204, green value is 191 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #ccbf56 hue: 0.15 , saturation: 0.54 and the lightness value of ccbf56 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111111 01010110
Octal 314 277 126
Decimal 204 191 86
Hex CC BF 56

RGB Percentages of Color #ccbf56

%42.41
%39.71
%17.88

CMYK Percentages of Color #ccbf56

%0
%6
%58
%20

Triadic Colors of #ccbf56

#ccbf56 #56ccbf #bf56cc

Analogous Colors of #ccbf56

#ccbf56 #9ecc56 #cc8456

Monochromatic Colors of #ccbf56

#ccbf56

Complementary Color

#ccbf56 #5663cc

#ccbf56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbf56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbf56 Color CSS Codes

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

#ccbf56 Text Font Color

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

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


#ccbf56 Background Color

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

This div background color is #ccbf56


#ccbf56 Border Color

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

This div border color is #ccbf56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbf56


Comments

No comments written yet.

Please login to write comment.