Color Hex Logo

#ccb511 Color Hex

#CCB511
(204,181,17)
0 Favorites   0 Comments

Color spaces of #ccb511

RGB 20418117
HSL0.150.850.43
HSV53°92°80°
CMYK 0.000.110.92   0.20
XYZ41.526945.92567.2061
Yxy45.92560.43870.4852
Hunter Lab67.7684-9.214141.1333
CIE-Lab73.4972-6.361373.4065

#ccb511 color RGB value is (204,181,17).

#ccb511 hex color red value is 204, green value is 181 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #ccb511 hue: 0.15 , saturation: 0.85 and the lightness value of ccb511 is 0.43.

The process color (four color CMYK) of #ccb511 color hex is 0.00, 0.11, 0.92, 0.20. Web safe color of #ccb511 is #cccc00. Color #ccb511 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110101 00010001
Octal 314 265 21
Decimal 204 181 17
Hex CC B5 11

RGB Percentages of Color #ccb511

%50.75
%45.02
%4.23

CMYK Percentages of Color #ccb511

%0
%11
%92
%20

Triadic Colors of #ccb511

#ccb511 #11ccb5 #b511cc

Analogous Colors of #ccb511

#ccb511 #86cc11 #cc5711

Monochromatic Colors of #ccb511

#ccb511

Complementary Color

#ccb511 #1128cc

#ccb511 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb511 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb511 Color CSS Codes

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

#ccb511 Text Font Color

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

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


#ccb511 Background Color

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

This div background color is #ccb511


#ccb511 Border Color

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

This div border color is #ccb511


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb511


Comments

No comments written yet.

Please login to write comment.