Color Hex Logo

#cab726 Color Hex

#CAB726
(202,183,38)
0 Favorites   0 Comments

Color spaces of #cab726

RGB 20218338
HSL0.150.680.47
HSV53°81°79°
CMYK 0.000.090.81   0.21
XYZ41.640546.56358.6267
Yxy46.56350.43000.4809
Hunter Lab68.2375-10.489640.2707
CIE-Lab73.9097-7.793569.1170

#cab726 color RGB value is (202,183,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110111 00100110
Octal 312 267 46
Decimal 202 183 38
Hex CA B7 26

RGB Percentages of Color #cab726

%47.75
%43.26
%8.98

CMYK Percentages of Color #cab726

%0
%9
%81
%21

Triadic Colors of #cab726

#cab726 #26cab7 #b726ca

Analogous Colors of #cab726

#cab726 #8bca26 #ca6526

Monochromatic Colors of #cab726

#cab726

Complementary Color

#cab726 #2639ca

#cab726 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab726 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab726 Color CSS Codes

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

#cab726 Text Font Color

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

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


#cab726 Background Color

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

This div background color is #cab726


#cab726 Border Color

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

This div border color is #cab726


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,183,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 #cab726">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab726


Comments

No comments written yet.

Please login to write comment.