Color Hex Logo

#ccab43 Color Hex

#CCAB43
(204,171,67)
0 Favorites   0 Comments

Color spaces of #ccab43

RGB 20417167
HSL0.130.570.53
HSV46°67°80°
CMYK 0.000.160.67   0.20
XYZ40.477942.368411.3547
Yxy42.36840.42970.4498
Hunter Lab65.0910-2.906235.2210
CIE-Lab71.12420.645556.0753

#ccab43 color RGB value is (204,171,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 01000011
Octal 314 253 103
Decimal 204 171 67
Hex CC AB 43

RGB Percentages of Color #ccab43

%46.15
%38.69
%15.16

CMYK Percentages of Color #ccab43

%0
%16
%67
%20

Triadic Colors of #ccab43

#ccab43 #43ccab #ab43cc

Analogous Colors of #ccab43

#ccab43 #a9cc43 #cc6743

Monochromatic Colors of #ccab43

#ccab43

Complementary Color

#ccab43 #4364cc

#ccab43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccab43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccab43 Color CSS Codes

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

#ccab43 Text Font Color

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

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


#ccab43 Background Color

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

This div background color is #ccab43


#ccab43 Border Color

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

This div border color is #ccab43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccab43


Comments

No comments written yet.

Please login to write comment.