Color Hex Logo

#ccb620 Color Hex

#CCB620
(204,182,32)
0 Favorites   0 Comments

Color spaces of #ccb620

RGB 20418232
HSL0.150.730.46
HSV52°84°80°
CMYK 0.000.110.84   0.20
XYZ41.890546.39768.1143
Yxy46.39760.43450.4813
Hunter Lab68.1158-9.427040.6181
CIE-Lab73.8028-6.574270.6683

#ccb620 color RGB value is (204,182,32).

#ccb620 hex color red value is 204, green value is 182 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #ccb620 hue: 0.15 , saturation: 0.73 and the lightness value of ccb620 is 0.46.

The process color (four color CMYK) of #ccb620 color hex is 0.00, 0.11, 0.84, 0.20. Web safe color of #ccb620 is #cccc33. Color #ccb620 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110110 00100000
Octal 314 266 40
Decimal 204 182 32
Hex CC B6 20

RGB Percentages of Color #ccb620

%48.80
%43.54
%7.66

CMYK Percentages of Color #ccb620

%0
%11
%84
%20

Triadic Colors of #ccb620

#ccb620 #20ccb6 #b620cc

Analogous Colors of #ccb620

#ccb620 #8ccc20 #cc6020

Monochromatic Colors of #ccb620

#ccb620

Complementary Color

#ccb620 #2036cc

#ccb620 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb620 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb620 Color CSS Codes

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

#ccb620 Text Font Color

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

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


#ccb620 Background Color

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

This div background color is #ccb620


#ccb620 Border Color

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

This div border color is #ccb620


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb620


Comments

No comments written yet.

Please login to write comment.