Color Hex Logo

#ccb947 Color Hex

#CCB947
(204,185,71)
0 Favorites   0 Comments

Color spaces of #ccb947

RGB 20418571
HSL0.140.570.54
HSV51°65°80°
CMYK 0.000.090.65   0.20
XYZ43.388147.990212.9375
Yxy47.99020.41590.4600
Hunter Lab69.2750-9.433637.4197
CIE-Lab74.8187-6.471958.2599

#ccb947 color RGB value is (204,185,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111001 01000111
Octal 314 271 107
Decimal 204 185 71
Hex CC B9 47

RGB Percentages of Color #ccb947

%44.35
%40.22
%15.43

CMYK Percentages of Color #ccb947

%0
%9
%65
%20

Triadic Colors of #ccb947

#ccb947 #47ccb9 #b947cc

Analogous Colors of #ccb947

#ccb947 #9dcc47 #cc7747

Monochromatic Colors of #ccb947

#ccb947

Complementary Color

#ccb947 #475acc

#ccb947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb947 Color CSS Codes

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

#ccb947 Text Font Color

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

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


#ccb947 Background Color

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

This div background color is #ccb947


#ccb947 Border Color

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

This div border color is #ccb947


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,185,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 #ccb947">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb947


Comments

No comments written yet.

Please login to write comment.