Color Hex Logo

#cac726 Color Hex

#CAC726
(202,199,38)
0 Favorites   0 Comments

Color spaces of #cac726

RGB 20219938
HSL0.160.680.47
HSV59°81°79°
CMYK 0.000.010.81   0.21
XYZ45.130453.54339.7900
Yxy53.54330.41610.4937
Hunter Lab73.1733-17.961543.2888
CIE-Lab78.1947-15.937672.8054

#cac726 color RGB value is (202,199,38).

#cac726 hex color red value is 202, green value is 199 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #cac726 hue: 0.16 , saturation: 0.68 and the lightness value of cac726 is 0.47.

The process color (four color CMYK) of #cac726 color hex is 0.00, 0.01, 0.81, 0.21. Web safe color of #cac726 is #cccc33. Color #cac726 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11000111 00100110
Octal 312 307 46
Decimal 202 199 38
Hex CA C7 26

RGB Percentages of Color #cac726

%46.01
%45.33
%8.66

CMYK Percentages of Color #cac726

%0
%1
%81
%21

Triadic Colors of #cac726

#cac726 #26cac7 #c726ca

Analogous Colors of #cac726

#cac726 #7bca26 #ca7526

Monochromatic Colors of #cac726

#cac726

Complementary Color

#cac726 #2629ca

#cac726 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac726 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac726 Color CSS Codes

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

#cac726 Text Font Color

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

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


#cac726 Background Color

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

This div background color is #cac726


#cac726 Border Color

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

This div border color is #cac726


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,199,38, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cac726; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cac726;
  -webkit-box-shadow: 1px 1px 3px 2px #cac726;
  box-shadow:         1px 1px 3px 2px #cac726; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,199,38, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac726


Comments

No comments written yet.

Please login to write comment.