Color Hex Logo

#ccbc47 Color Hex

#CCBC47
(204,188,71)
0 Favorites   0 Comments

Color spaces of #ccbc47

RGB 20418871
HSL0.150.570.54
HSV53°65°80°
CMYK 0.000.080.65   0.20
XYZ44.022449.258713.1489
Yxy49.25870.41360.4628
Hunter Lab70.1845-10.861038.0213
CIE-Lab75.6120-8.024159.0949

#ccbc47 color RGB value is (204,188,71).

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

The process color (four color CMYK) of #ccbc47 color hex is 0.00, 0.08, 0.65, 0.20. Web safe color of #ccbc47 is #cccc33. Color #ccbc47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111100 01000111
Octal 314 274 107
Decimal 204 188 71
Hex CC BC 47

RGB Percentages of Color #ccbc47

%44.06
%40.60
%15.33

CMYK Percentages of Color #ccbc47

%0
%8
%65
%20

Triadic Colors of #ccbc47

#ccbc47 #47ccbc #bc47cc

Analogous Colors of #ccbc47

#ccbc47 #9acc47 #cc7a47

Monochromatic Colors of #ccbc47

#ccbc47

Complementary Color

#ccbc47 #4757cc

#ccbc47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbc47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbc47 Color CSS Codes

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

#ccbc47 Text Font Color

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

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


#ccbc47 Background Color

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

This div background color is #ccbc47


#ccbc47 Border Color

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

This div border color is #ccbc47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbc47


Comments

No comments written yet.

Please login to write comment.