Color Hex Logo

#cab763 Color Hex

#CAB763
(202,183,99)
0 Favorites   0 Comments

Color spaces of #cab763

RGB 20218399
HSL0.140.490.59
HSV49°51°79°
CMYK 0.000.090.51   0.21
XYZ43.542747.324418.6440
Yxy47.32440.39760.4321
Hunter Lab68.7927-7.404832.0863
CIE-Lab74.3968-4.196444.7969

#cab763 color RGB value is (202,183,99).

#cab763 hex color red value is 202, green value is 183 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #cab763 hue: 0.14 , saturation: 0.49 and the lightness value of cab763 is 0.59.

The process color (four color CMYK) of #cab763 color hex is 0.00, 0.09, 0.51, 0.21. Web safe color of #cab763 is #cccc66. Color #cab763 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110111 01100011
Octal 312 267 143
Decimal 202 183 99
Hex CA B7 63

RGB Percentages of Color #cab763

%41.74
%37.81
%20.45

CMYK Percentages of Color #cab763

%0
%9
%51
%21

Triadic Colors of #cab763

#cab763 #63cab7 #b763ca

Analogous Colors of #cab763

#cab763 #aaca63 #ca8463

Monochromatic Colors of #cab763

#cab763

Complementary Color

#cab763 #6376ca

#cab763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab763 Color CSS Codes

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

#cab763 Text Font Color

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

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


#cab763 Background Color

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

This div background color is #cab763


#cab763 Border Color

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

This div border color is #cab763


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab763


Comments

No comments written yet.

Please login to write comment.