Color Hex Logo

#cab73f Color Hex

#CAB73F
(202,183,63)
0 Favorites   0 Comments

Color spaces of #cab73f

RGB 20218363
HSL0.140.570.52
HSV52°69°79°
CMYK 0.000.090.69   0.21
XYZ42.187846.782411.5090
Yxy46.78240.41990.4656
Hunter Lab68.3977-9.596837.9019
CIE-Lab74.0504-6.743360.6960

#cab73f color RGB value is (202,183,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110111 00111111
Octal 312 267 77
Decimal 202 183 63
Hex CA B7 3F

RGB Percentages of Color #cab73f

%45.09
%40.85
%14.06

CMYK Percentages of Color #cab73f

%0
%9
%69
%21

Triadic Colors of #cab73f

#cab73f #3fcab7 #b73fca

Analogous Colors of #cab73f

#cab73f #98ca3f #ca723f

Monochromatic Colors of #cab73f

#cab73f

Complementary Color

#cab73f #3f52ca

#cab73f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab73f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab73f Color CSS Codes

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

#cab73f Text Font Color

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

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


#cab73f Background Color

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

This div background color is #cab73f


#cab73f Border Color

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

This div border color is #cab73f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab73f


Comments

No comments written yet.

Please login to write comment.