Color Hex Logo

#ccb56a Color Hex

#CCB56A
(204,181,106)
0 Favorites   0 Comments

Color spaces of #ccb56a

RGB 204181106
HSL0.130.490.61
HSV46°48°80°
CMYK 0.000.110.48   0.20
XYZ44.027246.925720.3728
Yxy46.92570.39550.4215
Hunter Lab68.5023-5.155230.3186
CIE-Lab74.1422-1.674841.0262

#ccb56a color RGB value is (204,181,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110101 01101010
Octal 314 265 152
Decimal 204 181 106
Hex CC B5 6A

RGB Percentages of Color #ccb56a

%41.55
%36.86
%21.59

CMYK Percentages of Color #ccb56a

%0
%11
%48
%20

Triadic Colors of #ccb56a

#ccb56a #6accb5 #b56acc

Analogous Colors of #ccb56a

#ccb56a #b2cc6a #cc846a

Monochromatic Colors of #ccb56a

#ccb56a

Complementary Color

#ccb56a #6a81cc

#ccb56a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb56a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb56a Color CSS Codes

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

#ccb56a Text Font Color

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

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


#ccb56a Background Color

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

This div background color is #ccb56a


#ccb56a Border Color

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

This div border color is #ccb56a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb56a


Comments

No comments written yet.

Please login to write comment.