Color Hex Logo

#ccab37 Color Hex

#CCAB37
(204,171,55)
0 Favorites   0 Comments

Color spaces of #ccab37

RGB 20417155
HSL0.130.590.51
HSV47°73°80°
CMYK 0.000.160.73   0.20
XYZ40.154342.23909.6510
Yxy42.23900.43620.4589
Hunter Lab64.9915-3.450936.6897
CIE-Lab71.03540.023060.8879

#ccab37 color RGB value is (204,171,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 00110111
Octal 314 253 67
Decimal 204 171 55
Hex CC AB 37

RGB Percentages of Color #ccab37

%47.44
%39.77
%12.79

CMYK Percentages of Color #ccab37

%0
%16
%73
%20

Triadic Colors of #ccab37

#ccab37 #37ccab #ab37cc

Analogous Colors of #ccab37

#ccab37 #a3cc37 #cc6137

Monochromatic Colors of #ccab37

#ccab37

Complementary Color

#ccab37 #3758cc

#ccab37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccab37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccab37 Color CSS Codes

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

#ccab37 Text Font Color

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

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


#ccab37 Background Color

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

This div background color is #ccab37


#ccab37 Border Color

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

This div border color is #ccab37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccab37


Comments

No comments written yet.

Please login to write comment.