Color Hex Logo

#ccb174 Color Hex

#CCB174
(204,177,116)
0 Favorites   0 Comments

Color spaces of #ccb174

RGB 204177116
HSL0.120.460.63
HSV42°43°80°
CMYK 0.000.130.43   0.20
XYZ43.776445.542623.0063
Yxy45.54260.38970.4055
Hunter Lab67.4853-2.309727.0272
CIE-Lab73.24771.444734.7534

#ccb174 color RGB value is (204,177,116).

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

The process color (four color CMYK) of #ccb174 color hex is 0.00, 0.13, 0.43, 0.20. Web safe color of #ccb174 is #cc9966. Color #ccb174 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110001 01110100
Octal 314 261 164
Decimal 204 177 116
Hex CC B1 74

RGB Percentages of Color #ccb174

%41.05
%35.61
%23.34

CMYK Percentages of Color #ccb174

%0
%13
%43
%20

Triadic Colors of #ccb174

#ccb174 #74ccb1 #b174cc

Analogous Colors of #ccb174

#ccb174 #bbcc74 #cc8574

Monochromatic Colors of #ccb174

#ccb174

Complementary Color

#ccb174 #748fcc

#ccb174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb174 Color CSS Codes

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

#ccb174 Text Font Color

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

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


#ccb174 Background Color

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

This div background color is #ccb174


#ccb174 Border Color

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

This div border color is #ccb174


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,177,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 #ccb174">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb174


Comments

No comments written yet.

Please login to write comment.