Color Hex Logo

#ccb54a Color Hex

#CCB54A
(204,181,74)
0 Favorites   0 Comments

Color spaces of #ccb54a

RGB 20418174
HSL0.140.560.55
HSV49°64°80°
CMYK 0.000.110.64   0.20
XYZ42.661746.379513.1822
Yxy46.37950.41730.4537
Hunter Lab68.1025-7.360936.1953
CIE-Lab73.7911-4.203055.8721

#ccb54a color RGB value is (204,181,74).

#ccb54a hex color red value is 204, green value is 181 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ccb54a hue: 0.14 , saturation: 0.56 and the lightness value of ccb54a is 0.55.

The process color (four color CMYK) of #ccb54a color hex is 0.00, 0.11, 0.64, 0.20. Web safe color of #ccb54a is #cccc33. Color #ccb54a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110101 01001010
Octal 314 265 112
Decimal 204 181 74
Hex CC B5 4A

RGB Percentages of Color #ccb54a

%44.44
%39.43
%16.12

CMYK Percentages of Color #ccb54a

%0
%11
%64
%20

Triadic Colors of #ccb54a

#ccb54a #4accb5 #b54acc

Analogous Colors of #ccb54a

#ccb54a #a2cc4a #cc744a

Monochromatic Colors of #ccb54a

#ccb54a

Complementary Color

#ccb54a #4a61cc

#ccb54a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb54a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb54a Color CSS Codes

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

#ccb54a Text Font Color

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

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


#ccb54a Background Color

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

This div background color is #ccb54a


#ccb54a Border Color

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

This div border color is #ccb54a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb54a


Comments

No comments written yet.

Please login to write comment.