Color Hex Logo

#cab95d Color Hex

#CAB95D
(202,185,93)
0 Favorites   0 Comments

Color spaces of #cab95d

RGB 20218593
HSL0.140.510.58
HSV51°54°79°
CMYK 0.000.080.54   0.21
XYZ43.681948.044817.3272
Yxy48.04480.40060.4406
Hunter Lab69.3144-8.809433.6987
CIE-Lab74.8532-5.753348.2625

#cab95d color RGB value is (202,185,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111001 01011101
Octal 312 271 135
Decimal 202 185 93
Hex CA B9 5D

RGB Percentages of Color #cab95d

%42.08
%38.54
%19.38

CMYK Percentages of Color #cab95d

%0
%8
%54
%21

Triadic Colors of #cab95d

#cab95d #5dcab9 #b95dca

Analogous Colors of #cab95d

#cab95d #a5ca5d #ca835d

Monochromatic Colors of #cab95d

#cab95d

Complementary Color

#cab95d #5d6eca

#cab95d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab95d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab95d Color CSS Codes

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

#cab95d Text Font Color

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

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


#cab95d Background Color

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

This div background color is #cab95d


#cab95d Border Color

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

This div border color is #cab95d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab95d


Comments

No comments written yet.

Please login to write comment.