Color Hex Logo

#cab98d Color Hex

#CAB98D
(202,185,141)
0 Favorites   0 Comments

Color spaces of #cab98d

RGB 202185141
HSL0.120.370.67
HSV43°30°79°
CMYK 0.000.080.30   0.21
XYZ46.513849.177632.2400
Yxy49.17760.36360.3844
Hunter Lab70.1267-4.326021.8308
CIE-Lab75.5617-0.642824.5614

#cab98d color RGB value is (202,185,141).

#cab98d hex color red value is 202, green value is 185 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cab98d hue: 0.12 , saturation: 0.37 and the lightness value of cab98d is 0.67.

The process color (four color CMYK) of #cab98d color hex is 0.00, 0.08, 0.30, 0.21. Web safe color of #cab98d is #cccc99. Color #cab98d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111001 10001101
Octal 312 271 215
Decimal 202 185 141
Hex CA B9 8D

RGB Percentages of Color #cab98d

%38.26
%35.04
%26.70

CMYK Percentages of Color #cab98d

%0
%8
%30
%21

Triadic Colors of #cab98d

#cab98d #8dcab9 #b98dca

Analogous Colors of #cab98d

#cab98d #bdca8d #ca9b8d

Monochromatic Colors of #cab98d

#cab98d

Complementary Color

#cab98d #8d9eca

#cab98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab98d Color CSS Codes

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

#cab98d Text Font Color

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

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


#cab98d Background Color

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

This div background color is #cab98d


#cab98d Border Color

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

This div border color is #cab98d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab98d


Comments

No comments written yet.

Please login to write comment.