Color Hex Logo

#ccab03 Color Hex

#CCAB03
(204,171,3)
0 Favorites   0 Comments

Color spaces of #ccab03

RGB 2041713
HSL0.140.970.41
HSV50°99°80°
CMYK 0.000.160.99   0.20
XYZ39.481241.96986.1062
Yxy41.96980.45090.4793
Hunter Lab64.7841-4.589439.7605
CIE-Lab70.8501-1.286473.1877

#ccab03 color RGB value is (204,171,3).

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

The process color (four color CMYK) of #ccab03 color hex is 0.00, 0.16, 0.99, 0.20. Web safe color of #ccab03 is #cc9900. Color #ccab03 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 00000011
Octal 314 253 3
Decimal 204 171 3
Hex CC AB 3

RGB Percentages of Color #ccab03

%53.97
%45.24
%0.79

CMYK Percentages of Color #ccab03

%0
%16
%99
%20

Triadic Colors of #ccab03

#ccab03 #03ccab #ab03cc

Analogous Colors of #ccab03

#ccab03 #89cc03 #cc4603

Monochromatic Colors of #ccab03

#ccab03

Complementary Color

#ccab03 #0324cc

#ccab03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccab03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccab03 Color CSS Codes

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

#ccab03 Text Font Color

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

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


#ccab03 Background Color

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

This div background color is #ccab03


#ccab03 Border Color

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

This div border color is #ccab03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccab03


Comments

No comments written yet.

Please login to write comment.