Color Hex Logo

#cab686 Color Hex

#CAB686
(202,182,134)
0 Favorites   0 Comments

Color spaces of #cab686

RGB 202182134
HSL0.120.390.66
HSV42°34°79°
CMYK 0.000.100.34   0.21
XYZ45.388147.733729.3756
Yxy47.73370.37050.3897
Hunter Lab69.0896-3.642023.1537
CIE-Lab74.65670.053527.0719

#cab686 color RGB value is (202,182,134).

#cab686 hex color red value is 202, green value is 182 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #cab686 hue: 0.12 , saturation: 0.39 and the lightness value of cab686 is 0.66.

The process color (four color CMYK) of #cab686 color hex is 0.00, 0.10, 0.34, 0.21. Web safe color of #cab686 is #cccc99. Color #cab686 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110110 10000110
Octal 312 266 206
Decimal 202 182 134
Hex CA B6 86

RGB Percentages of Color #cab686

%39.00
%35.14
%25.87

CMYK Percentages of Color #cab686

%0
%10
%34
%21

Triadic Colors of #cab686

#cab686 #86cab6 #b686ca

Analogous Colors of #cab686

#cab686 #bcca86 #ca9486

Monochromatic Colors of #cab686

#cab686

Complementary Color

#cab686 #869aca

#cab686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab686 Color CSS Codes

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

#cab686 Text Font Color

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

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


#cab686 Background Color

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

This div background color is #cab686


#cab686 Border Color

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

This div border color is #cab686


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab686


Comments

No comments written yet.

Please login to write comment.