Color Hex Logo

#ccb920 Color Hex

#CCB920
(204,185,32)
0 Favorites   0 Comments

Color spaces of #ccb920

RGB 20418532
HSL0.150.730.46
HSV53°84°80°
CMYK 0.000.090.84   0.20
XYZ42.511547.63968.3213
Yxy47.63960.43170.4838
Hunter Lab69.0214-10.846341.1669
CIE-Lab74.5970-8.126771.3280

#ccb920 color RGB value is (204,185,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111001 00100000
Octal 314 271 40
Decimal 204 185 32
Hex CC B9 20

RGB Percentages of Color #ccb920

%48.46
%43.94
%7.60

CMYK Percentages of Color #ccb920

%0
%9
%84
%20

Triadic Colors of #ccb920

#ccb920 #20ccb9 #b920cc

Analogous Colors of #ccb920

#ccb920 #89cc20 #cc6320

Monochromatic Colors of #ccb920

#ccb920

Complementary Color

#ccb920 #2033cc

#ccb920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb920 Color CSS Codes

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

#ccb920 Text Font Color

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

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


#ccb920 Background Color

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

This div background color is #ccb920


#ccb920 Border Color

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

This div border color is #ccb920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb920


Comments

No comments written yet.

Please login to write comment.