Color Hex Logo

#ccab38 Color Hex

#CCAB38
(204,171,56)
0 Favorites   0 Comments

Color spaces of #ccab38

RGB 20417156
HSL0.130.590.51
HSV47°73°80°
CMYK 0.000.160.73   0.20
XYZ40.178642.24879.7786
Yxy42.24870.43570.4582
Hunter Lab64.9990-3.409936.5796
CIE-Lab71.04200.070060.5081

#ccab38 color RGB value is (204,171,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 00111000
Octal 314 253 70
Decimal 204 171 56
Hex CC AB 38

RGB Percentages of Color #ccab38

%47.33
%39.68
%12.99

CMYK Percentages of Color #ccab38

%0
%16
%73
%20

Triadic Colors of #ccab38

#ccab38 #38ccab #ab38cc

Analogous Colors of #ccab38

#ccab38 #a3cc38 #cc6138

Monochromatic Colors of #ccab38

#ccab38

Complementary Color

#ccab38 #3859cc

#ccab38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccab38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccab38 Color CSS Codes

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

#ccab38 Text Font Color

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

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


#ccab38 Background Color

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

This div background color is #ccab38


#ccab38 Border Color

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

This div border color is #ccab38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccab38


Comments

No comments written yet.

Please login to write comment.