Color Hex Logo

#ccbb20 Color Hex

#CCBB20
(204,187,32)
0 Favorites   0 Comments

Color spaces of #ccbb20

RGB 20418732
HSL0.150.730.46
HSV54°84°80°
CMYK 0.000.080.84   0.20
XYZ42.932948.48238.4617
Yxy48.48230.42990.4854
Hunter Lab69.6292-11.789341.5352
CIE-Lab75.1281-9.156571.7690

#ccbb20 color RGB value is (204,187,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111011 00100000
Octal 314 273 40
Decimal 204 187 32
Hex CC BB 20

RGB Percentages of Color #ccbb20

%48.23
%44.21
%7.57

CMYK Percentages of Color #ccbb20

%0
%8
%84
%20

Triadic Colors of #ccbb20

#ccbb20 #20ccbb #bb20cc

Analogous Colors of #ccbb20

#ccbb20 #87cc20 #cc6520

Monochromatic Colors of #ccbb20

#ccbb20

Complementary Color

#ccbb20 #2031cc

#ccbb20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbb20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbb20 Color CSS Codes

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

#ccbb20 Text Font Color

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

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


#ccbb20 Background Color

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

This div background color is #ccbb20


#ccbb20 Border Color

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

This div border color is #ccbb20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbb20


Comments

No comments written yet.

Please login to write comment.