Color Hex Logo

#ccb221 Color Hex

#CCB221
(204,178,33)
0 Favorites   0 Comments

Color spaces of #ccb221

RGB 20417833
HSL0.140.720.46
HSV51°84°80°
CMYK 0.000.130.84   0.20
XYZ41.096744.78807.9178
Yxy44.78800.43810.4775
Hunter Lab66.9238-7.503139.8321
CIE-Lab72.7521-4.464169.5417

#ccb221 color RGB value is (204,178,33).

#ccb221 hex color red value is 204, green value is 178 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #ccb221 hue: 0.14 , saturation: 0.72 and the lightness value of ccb221 is 0.46.

The process color (four color CMYK) of #ccb221 color hex is 0.00, 0.13, 0.84, 0.20. Web safe color of #ccb221 is #cc9933. Color #ccb221 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110010 00100001
Octal 314 262 41
Decimal 204 178 33
Hex CC B2 21

RGB Percentages of Color #ccb221

%49.16
%42.89
%7.95

CMYK Percentages of Color #ccb221

%0
%13
%84
%20

Triadic Colors of #ccb221

#ccb221 #21ccb2 #b221cc

Analogous Colors of #ccb221

#ccb221 #91cc21 #cc5d21

Monochromatic Colors of #ccb221

#ccb221

Complementary Color

#ccb221 #213bcc

#ccb221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb221 Color CSS Codes

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

#ccb221 Text Font Color

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

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


#ccb221 Background Color

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

This div background color is #ccb221


#ccb221 Border Color

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

This div border color is #ccb221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb221


Comments

No comments written yet.

Please login to write comment.