Color Hex Logo

#cab95e Color Hex

#CAB95E
(202,185,94)
0 Favorites   0 Comments

Color spaces of #cab95e

RGB 20218594
HSL0.140.500.58
HSV51°53°79°
CMYK 0.000.080.53   0.21
XYZ43.726548.062617.5621
Yxy48.06260.39990.4395
Hunter Lab69.3272-8.737933.5096
CIE-Lab74.8644-5.670447.7943

#cab95e color RGB value is (202,185,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111001 01011110
Octal 312 271 136
Decimal 202 185 94
Hex CA B9 5E

RGB Percentages of Color #cab95e

%42.00
%38.46
%19.54

CMYK Percentages of Color #cab95e

%0
%8
%53
%21

Triadic Colors of #cab95e

#cab95e #5ecab9 #b95eca

Analogous Colors of #cab95e

#cab95e #a5ca5e #ca835e

Monochromatic Colors of #cab95e

#cab95e

Complementary Color

#cab95e #5e6fca

#cab95e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab95e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab95e Color CSS Codes

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

#cab95e Text Font Color

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

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


#cab95e Background Color

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

This div background color is #cab95e


#cab95e Border Color

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

This div border color is #cab95e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab95e

#cab95e Color Palettes


Comments

No comments written yet.

Please login to write comment.