Color Hex Logo

#ccab1e Color Hex

#CCAB1E
(204,171,30)
0 Favorites   0 Comments

Color spaces of #ccab1e

RGB 20417130
HSL0.140.740.46
HSV49°85°80°
CMYK 0.000.160.85   0.20
XYZ39.699142.05697.2537
Yxy42.05690.44600.4725
Hunter Lab64.8513-4.219938.7642
CIE-Lab70.9101-0.860268.7683

#ccab1e color RGB value is (204,171,30).

#ccab1e hex color red value is 204, green value is 171 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ccab1e hue: 0.14 , saturation: 0.74 and the lightness value of ccab1e is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 00011110
Octal 314 253 36
Decimal 204 171 30
Hex CC AB 1E

RGB Percentages of Color #ccab1e

%50.37
%42.22
%7.41

CMYK Percentages of Color #ccab1e

%0
%16
%85
%20

Triadic Colors of #ccab1e

#ccab1e #1eccab #ab1ecc

Analogous Colors of #ccab1e

#ccab1e #96cc1e #cc541e

Monochromatic Colors of #ccab1e

#ccab1e

Complementary Color

#ccab1e #1e3fcc

#ccab1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccab1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccab1e Color CSS Codes

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

#ccab1e Text Font Color

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

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


#ccab1e Background Color

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

This div background color is #ccab1e


#ccab1e Border Color

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

This div border color is #ccab1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccab1e


Comments

No comments written yet.

Please login to write comment.