color codes Logo

#ccb32d color codes

#CCB32D
(204,179,45)
0 Favorites   0 Comments

Color spaces of #ccb32d

RGB 20417945
HSL0.140.640.49
HSV51°78°80°
CMYK 0.000.120.78   0.20
XYZ41.495645.26709.0330
Yxy45.26700.43320.4725
Hunter Lab67.2808-7.650939.1364
CIE-Lab73.0674-4.603766.3368

#ccb32d color RGB value is (204,179,45).

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

The process color (four color CMYK) of #ccb32d color code is 0.00, 0.12, 0.78, 0.20. Web safe color of #ccb32d is #cccc33. Color #ccb32d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110011 00101101
Octal 314 263 55
Decimal 204 179 45
Hex CC B3 2D

RGB Percentages of Color #ccb32d

%47.66
%41.82
%10.51

CMYK Percentages of Color #ccb32d

%0
%12
%78
%20

Triadic Colors of #ccb32d

#ccb32d #2dccb3 #b32dcc

Analogous Colors of #ccb32d

#ccb32d #96cc2d #cc642d

Monochromatic Colors of #ccb32d

#ccb32d

Complementary Color

#ccb32d #2d46cc

#ccb32d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb32d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb32d Color CSS Codes

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

#ccb32d Text Font Color

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

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


#ccb32d Background Color

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

This div background color is #ccb32d


#ccb32d Border Color

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

This div border color is #ccb32d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb32d


Comments

No comments written yet.

Please login to write comment.