Color Hex Logo

#ccb374 Color Hex

#CCB374
(204,179,116)
0 Favorites   0 Comments

Color spaces of #ccb374

RGB 204179116
HSL0.120.460.63
HSV43°43°80°
CMYK 0.000.120.43   0.20
XYZ44.174346.338523.1390
Yxy46.33850.38870.4077
Hunter Lab68.0724-3.292527.4970
CIE-Lab73.76460.383135.4160

#ccb374 color RGB value is (204,179,116).

#ccb374 hex color red value is 204, green value is 179 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #ccb374 hue: 0.12 , saturation: 0.46 and the lightness value of ccb374 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110011 01110100
Octal 314 263 164
Decimal 204 179 116
Hex CC B3 74

RGB Percentages of Color #ccb374

%40.88
%35.87
%23.25

CMYK Percentages of Color #ccb374

%0
%12
%43
%20

Triadic Colors of #ccb374

#ccb374 #74ccb3 #b374cc

Analogous Colors of #ccb374

#ccb374 #b9cc74 #cc8774

Monochromatic Colors of #ccb374

#ccb374

Complementary Color

#ccb374 #748dcc

#ccb374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb374 Color CSS Codes

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

#ccb374 Text Font Color

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

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


#ccb374 Background Color

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

This div background color is #ccb374


#ccb374 Border Color

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

This div border color is #ccb374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb374


Comments

No comments written yet.

Please login to write comment.