Color Hex Logo

#ccb729 Color Hex

#CCB729
(204,183,41)
0 Favorites   0 Comments

Color spaces of #ccb729

RGB 20418341
HSL0.150.670.48
HSV52°80°80°
CMYK 0.000.100.80   0.20
XYZ42.235646.86448.9175
Yxy46.86440.43090.4781
Hunter Lab68.4576-9.673440.1970
CIE-Lab74.1029-6.826068.4957

#ccb729 color RGB value is (204,183,41).

#ccb729 hex color red value is 204, green value is 183 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #ccb729 hue: 0.15 , saturation: 0.67 and the lightness value of ccb729 is 0.48.

The process color (four color CMYK) of #ccb729 color hex is 0.00, 0.10, 0.80, 0.20. Web safe color of #ccb729 is #cccc33. Color #ccb729 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110111 00101001
Octal 314 267 51
Decimal 204 183 41
Hex CC B7 29

RGB Percentages of Color #ccb729

%47.66
%42.76
%9.58

CMYK Percentages of Color #ccb729

%0
%10
%80
%20

Triadic Colors of #ccb729

#ccb729 #29ccb7 #b729cc

Analogous Colors of #ccb729

#ccb729 #90cc29 #cc6629

Monochromatic Colors of #ccb729

#ccb729

Complementary Color

#ccb729 #293ecc

#ccb729 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb729 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb729 Color CSS Codes

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

#ccb729 Text Font Color

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

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


#ccb729 Background Color

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

This div background color is #ccb729


#ccb729 Border Color

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

This div border color is #ccb729


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb729


Comments

No comments written yet.

Please login to write comment.