Color Hex Logo

#ccb724 Color Hex

#CCB724
(204,183,36)
0 Favorites   0 Comments

Color spaces of #ccb724

RGB 20418336
HSL0.150.700.47
HSV53°82°80°
CMYK 0.000.100.82   0.20
XYZ42.153846.83178.4867
Yxy46.83170.43250.4805
Hunter Lab68.4337-9.806540.5508
CIE-Lab74.0820-6.982169.8813

#ccb724 color RGB value is (204,183,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110111 00100100
Octal 314 267 44
Decimal 204 183 36
Hex CC B7 24

RGB Percentages of Color #ccb724

%48.23
%43.26
%8.51

CMYK Percentages of Color #ccb724

%0
%10
%82
%20

Triadic Colors of #ccb724

#ccb724 #24ccb7 #b724cc

Analogous Colors of #ccb724

#ccb724 #8dcc24 #cc6324

Monochromatic Colors of #ccb724

#ccb724

Complementary Color

#ccb724 #2439cc

#ccb724 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb724 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb724 Color CSS Codes

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

#ccb724 Text Font Color

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

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


#ccb724 Background Color

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

This div background color is #ccb724


#ccb724 Border Color

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

This div border color is #ccb724


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb724


Comments

No comments written yet.

Please login to write comment.