Color Hex Logo

#ccb245 Color Hex

#CCB245
(204,178,69)
0 Favorites   0 Comments

Color spaces of #ccb245

RGB 20417869
HSL0.130.570.54
HSV48°66°80°
CMYK 0.000.130.66   0.20
XYZ41.896445.107812.1287
Yxy45.10780.42260.4550
Hunter Lab67.1623-6.184436.3066
CIE-Lab72.9628-2.935857.1532

#ccb245 color RGB value is (204,178,69).

#ccb245 hex color red value is 204, green value is 178 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #ccb245 hue: 0.13 , saturation: 0.57 and the lightness value of ccb245 is 0.54.

The process color (four color CMYK) of #ccb245 color hex is 0.00, 0.13, 0.66, 0.20. Web safe color of #ccb245 is #cc9933. Color #ccb245 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110010 01000101
Octal 314 262 105
Decimal 204 178 69
Hex CC B2 45

RGB Percentages of Color #ccb245

%45.23
%39.47
%15.30

CMYK Percentages of Color #ccb245

%0
%13
%66
%20

Triadic Colors of #ccb245

#ccb245 #45ccb2 #b245cc

Analogous Colors of #ccb245

#ccb245 #a3cc45 #cc6f45

Monochromatic Colors of #ccb245

#ccb245

Complementary Color

#ccb245 #455fcc

#ccb245 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb245 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb245 Color CSS Codes

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

#ccb245 Text Font Color

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

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


#ccb245 Background Color

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

This div background color is #ccb245


#ccb245 Border Color

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

This div border color is #ccb245


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb245


Comments

No comments written yet.

Please login to write comment.