Color Hex Logo

#ccab46 Color Hex

#CCAB46
(204,171,70)
0 Favorites   0 Comments

Color spaces of #ccab46

RGB 20417170
HSL0.130.570.54
HSV45°66°80°
CMYK 0.000.160.66   0.20
XYZ40.570242.405411.8411
Yxy42.40540.42790.4472
Hunter Lab65.1194-2.751334.8025
CIE-Lab71.14950.821954.7936

#ccab46 color RGB value is (204,171,70).

#ccab46 hex color red value is 204, green value is 171 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #ccab46 hue: 0.13 , saturation: 0.57 and the lightness value of ccab46 is 0.54.

The process color (four color CMYK) of #ccab46 color hex is 0.00, 0.16, 0.66, 0.20. Web safe color of #ccab46 is #cc9933. Color #ccab46 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 01000110
Octal 314 253 106
Decimal 204 171 70
Hex CC AB 46

RGB Percentages of Color #ccab46

%45.84
%38.43
%15.73

CMYK Percentages of Color #ccab46

%0
%16
%66
%20

Triadic Colors of #ccab46

#ccab46 #46ccab #ab46cc

Analogous Colors of #ccab46

#ccab46 #aacc46 #cc6846

Monochromatic Colors of #ccab46

#ccab46

Complementary Color

#ccab46 #4667cc

#ccab46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccab46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccab46 Color CSS Codes

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

#ccab46 Text Font Color

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

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


#ccab46 Background Color

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

This div background color is #ccab46


#ccab46 Border Color

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

This div border color is #ccab46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccab46


Comments

No comments written yet.

Please login to write comment.