Color Hex Logo

#cab437 Color Hex

#CAB437
(202,180,55)
0 Favorites   0 Comments

Color spaces of #cab437

RGB 20218055
HSL0.140.580.50
HSV51°73°79°
CMYK 0.000.110.73   0.21
XYZ41.368045.474910.2116
Yxy45.47490.42620.4686
Hunter Lab67.4351-8.510738.2264
CIE-Lab73.2035-5.579762.9318

#cab437 color RGB value is (202,180,55).

#cab437 hex color red value is 202, green value is 180 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #cab437 hue: 0.14 , saturation: 0.58 and the lightness value of cab437 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110100 00110111
Octal 312 264 67
Decimal 202 180 55
Hex CA B4 37

RGB Percentages of Color #cab437

%46.22
%41.19
%12.59

CMYK Percentages of Color #cab437

%0
%11
%73
%21

Triadic Colors of #cab437

#cab437 #37cab4 #b437ca

Analogous Colors of #cab437

#cab437 #97ca37 #ca6b37

Monochromatic Colors of #cab437

#cab437

Complementary Color

#cab437 #374dca

#cab437 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab437 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab437 Color CSS Codes

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

#cab437 Text Font Color

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

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


#cab437 Background Color

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

This div background color is #cab437


#cab437 Border Color

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

This div border color is #cab437


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab437


Comments

No comments written yet.

Please login to write comment.