Color Hex Logo

#ccb323 Color Hex

#CCB323
(204,179,35)
0 Favorites   0 Comments

Color spaces of #ccb323

RGB 20417935
HSL0.140.710.47
HSV51°83°80°
CMYK 0.000.120.83   0.20
XYZ41.325345.19898.1363
Yxy45.19890.43660.4775
Hunter Lab67.2301-7.931639.8857
CIE-Lab73.0227-4.930769.2472

#ccb323 color RGB value is (204,179,35).

#ccb323 hex color red value is 204, green value is 179 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #ccb323 hue: 0.14 , saturation: 0.71 and the lightness value of ccb323 is 0.47.

The process color (four color CMYK) of #ccb323 color hex is 0.00, 0.12, 0.83, 0.20. Web safe color of #ccb323 is #cccc33. Color #ccb323 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110011 00100011
Octal 314 263 43
Decimal 204 179 35
Hex CC B3 23

RGB Percentages of Color #ccb323

%48.80
%42.82
%8.37

CMYK Percentages of Color #ccb323

%0
%12
%83
%20

Triadic Colors of #ccb323

#ccb323 #23ccb3 #b323cc

Analogous Colors of #ccb323

#ccb323 #91cc23 #cc5e23

Monochromatic Colors of #ccb323

#ccb323

Complementary Color

#ccb323 #233ccc

#ccb323 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb323 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb323 Color CSS Codes

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

#ccb323 Text Font Color

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

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


#ccb323 Background Color

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

This div background color is #ccb323


#ccb323 Border Color

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

This div border color is #ccb323


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb323


Comments

No comments written yet.

Please login to write comment.