Color Hex Logo

#ccb466 Color Hex

#CCB466
(204,180,102)
0 Favorites   0 Comments

Color spaces of #ccb466

RGB 204180102
HSL0.130.500.60
HSV46°50°80°
CMYK 0.000.120.50   0.20
XYZ43.621446.439219.2349
Yxy46.43920.39910.4249
Hunter Lab68.1463-4.995730.9673
CIE-Lab73.8296-1.519642.6579

#ccb466 color RGB value is (204,180,102).

#ccb466 hex color red value is 204, green value is 180 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #ccb466 hue: 0.13 , saturation: 0.50 and the lightness value of ccb466 is 0.60.

The process color (four color CMYK) of #ccb466 color hex is 0.00, 0.12, 0.50, 0.20. Web safe color of #ccb466 is #cccc66. Color #ccb466 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110100 01100110
Octal 314 264 146
Decimal 204 180 102
Hex CC B4 66

RGB Percentages of Color #ccb466

%41.98
%37.04
%20.99

CMYK Percentages of Color #ccb466

%0
%12
%50
%20

Triadic Colors of #ccb466

#ccb466 #66ccb4 #b466cc

Analogous Colors of #ccb466

#ccb466 #b1cc66 #cc8166

Monochromatic Colors of #ccb466

#ccb466

Complementary Color

#ccb466 #667ecc

#ccb466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb466 Color CSS Codes

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

#ccb466 Text Font Color

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

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


#ccb466 Background Color

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

This div background color is #ccb466


#ccb466 Border Color

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

This div border color is #ccb466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb466


Comments

No comments written yet.

Please login to write comment.