Color Hex Logo

#cab65f Color Hex

#CAB65F
(202,182,95)
0 Favorites   0 Comments

Color spaces of #cab65f

RGB 20218295
HSL0.140.500.58
HSV49°53°79°
CMYK 0.000.100.53   0.21
XYZ43.150646.838717.5930
Yxy46.83870.40110.4354
Hunter Lab68.4388-7.223832.6660
CIE-Lab74.0865-4.019346.3892

#cab65f color RGB value is (202,182,95).

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

The process color (four color CMYK) of #cab65f color hex is 0.00, 0.10, 0.53, 0.21. Web safe color of #cab65f is #cccc66. Color #cab65f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110110 01011111
Octal 312 266 137
Decimal 202 182 95
Hex CA B6 5F

RGB Percentages of Color #cab65f

%42.17
%38.00
%19.83

CMYK Percentages of Color #cab65f

%0
%10
%53
%21

Triadic Colors of #cab65f

#cab65f #5fcab6 #b65fca

Analogous Colors of #cab65f

#cab65f #a9ca5f #ca815f

Monochromatic Colors of #cab65f

#cab65f

Complementary Color

#cab65f #5f73ca

#cab65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab65f Color CSS Codes

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

#cab65f Text Font Color

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

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


#cab65f Background Color

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

This div background color is #cab65f


#cab65f Border Color

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

This div border color is #cab65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab65f


Comments

No comments written yet.

Please login to write comment.