Color Hex Logo

#ccb033 Color Hex

#CCB033
(204,176,51)
0 Favorites   0 Comments

Color spaces of #ccb033

RGB 20417651
HSL0.140.600.50
HSV49°75°80°
CMYK 0.000.140.75   0.20
XYZ41.024744.12719.4871
Yxy44.12710.43350.4663
Hunter Lab66.4282-6.011538.0321
CIE-Lab72.3134-2.794063.5990

#ccb033 color RGB value is (204,176,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110000 00110011
Octal 314 260 63
Decimal 204 176 51
Hex CC B0 33

RGB Percentages of Color #ccb033

%47.33
%40.84
%11.83

CMYK Percentages of Color #ccb033

%0
%14
%75
%20

Triadic Colors of #ccb033

#ccb033 #33ccb0 #b033cc

Analogous Colors of #ccb033

#ccb033 #9ccc33 #cc6433

Monochromatic Colors of #ccb033

#ccb033

Complementary Color

#ccb033 #334fcc

#ccb033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb033 Color CSS Codes

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

#ccb033 Text Font Color

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

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


#ccb033 Background Color

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

This div background color is #ccb033


#ccb033 Border Color

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

This div border color is #ccb033


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb033


Comments

No comments written yet.

Please login to write comment.