Color Hex Logo

#cab327 Color Hex

#CAB327
(202,179,39)
0 Favorites   0 Comments

Color spaces of #cab327

RGB 20217939
HSL0.140.680.47
HSV52°81°79°
CMYK 0.000.110.81   0.21
XYZ40.843444.94328.4417
Yxy44.94320.43350.4770
Hunter Lab67.0397-8.569739.4619
CIE-Lab72.8545-5.683967.9162

#cab327 color RGB value is (202,179,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110011 00100111
Octal 312 263 47
Decimal 202 179 39
Hex CA B3 27

RGB Percentages of Color #cab327

%48.10
%42.62
%9.29

CMYK Percentages of Color #cab327

%0
%11
%81
%21

Triadic Colors of #cab327

#cab327 #27cab3 #b327ca

Analogous Colors of #cab327

#cab327 #90ca27 #ca6227

Monochromatic Colors of #cab327

#cab327

Complementary Color

#cab327 #273eca

#cab327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab327 Color CSS Codes

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

#cab327 Text Font Color

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

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


#cab327 Background Color

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

This div background color is #cab327


#cab327 Border Color

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

This div border color is #cab327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab327


Comments

No comments written yet.

Please login to write comment.