Color Hex Logo

#caba5d Color Hex

#CABA5D
(202,186,93)
0 Favorites   0 Comments

Color spaces of #caba5d

RGB 20218693
HSL0.140.510.58
HSV51°54°79°
CMYK 0.000.080.54   0.21
XYZ43.891848.464717.3972
Yxy48.46470.39990.4416
Hunter Lab69.6166-9.288533.9150
CIE-Lab75.1171-6.273848.5718

#caba5d color RGB value is (202,186,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111010 01011101
Octal 312 272 135
Decimal 202 186 93
Hex CA BA 5D

RGB Percentages of Color #caba5d

%42.00
%38.67
%19.33

CMYK Percentages of Color #caba5d

%0
%8
%54
%21

Triadic Colors of #caba5d

#caba5d #5dcaba #ba5dca

Analogous Colors of #caba5d

#caba5d #a4ca5d #ca845d

Monochromatic Colors of #caba5d

#caba5d

Complementary Color

#caba5d #5d6dca

#caba5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caba5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#caba5d Color CSS Codes

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

#caba5d Text Font Color

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

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


#caba5d Background Color

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

This div background color is #caba5d


#caba5d Border Color

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

This div border color is #caba5d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,186,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 #caba5d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caba5d


Comments

No comments written yet.

Please login to write comment.