Color Hex Logo

#ccb024 Color Hex

#CCB024
(204,176,36)
0 Favorites   0 Comments

Color spaces of #ccb024

RGB 20417636
HSL0.140.700.47
HSV50°82°80°
CMYK 0.000.140.82   0.20
XYZ40.745644.01548.0174
Yxy44.01540.43920.4744
Hunter Lab66.3441-6.475439.2759
CIE-Lab72.2388-3.331468.3081

#ccb024 color RGB value is (204,176,36).

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

The process color (four color CMYK) of #ccb024 color hex is 0.00, 0.14, 0.82, 0.20. Web safe color of #ccb024 is #cc9933. Color #ccb024 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110000 00100100
Octal 314 260 44
Decimal 204 176 36
Hex CC B0 24

RGB Percentages of Color #ccb024

%49.04
%42.31
%8.65

CMYK Percentages of Color #ccb024

%0
%14
%82
%20

Triadic Colors of #ccb024

#ccb024 #24ccb0 #b024cc

Analogous Colors of #ccb024

#ccb024 #94cc24 #cc5c24

Monochromatic Colors of #ccb024

#ccb024

Complementary Color

#ccb024 #2440cc

#ccb024 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb024 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb024 Color CSS Codes

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

#ccb024 Text Font Color

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

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


#ccb024 Background Color

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

This div background color is #ccb024


#ccb024 Border Color

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

This div border color is #ccb024


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb024


Comments

No comments written yet.

Please login to write comment.