Color Hex Logo

#ccb55a Color Hex

#CCB55A
(204,181,90)
0 Favorites   0 Comments

Color spaces of #ccb55a

RGB 20418190
HSL0.130.530.58
HSV48°56°80°
CMYK 0.000.110.56   0.20
XYZ43.271246.623316.3914
Yxy46.62330.40710.4387
Hunter Lab68.2813-6.373233.5639
CIE-Lab73.9482-3.065548.6895

#ccb55a color RGB value is (204,181,90).

#ccb55a hex color red value is 204, green value is 181 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ccb55a hue: 0.13 , saturation: 0.53 and the lightness value of ccb55a is 0.58.

The process color (four color CMYK) of #ccb55a color hex is 0.00, 0.11, 0.56, 0.20. Web safe color of #ccb55a is #cccc66. Color #ccb55a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110101 01011010
Octal 314 265 132
Decimal 204 181 90
Hex CC B5 5A

RGB Percentages of Color #ccb55a

%42.95
%38.11
%18.95

CMYK Percentages of Color #ccb55a

%0
%11
%56
%20

Triadic Colors of #ccb55a

#ccb55a #5accb5 #b55acc

Analogous Colors of #ccb55a

#ccb55a #aacc5a #cc7c5a

Monochromatic Colors of #ccb55a

#ccb55a

Complementary Color

#ccb55a #5a71cc

#ccb55a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb55a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb55a Color CSS Codes

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

#ccb55a Text Font Color

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

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


#ccb55a Background Color

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

This div background color is #ccb55a


#ccb55a Border Color

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

This div border color is #ccb55a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb55a


Comments

No comments written yet.

Please login to write comment.