Color Hex Logo

#cab684 Color Hex

#CAB684
(202,182,132)
0 Favorites   0 Comments

Color spaces of #cab684

RGB 202182132
HSL0.120.400.65
HSV43°35°79°
CMYK 0.000.100.35   0.21
XYZ45.249947.678428.6477
Yxy47.67840.37220.3922
Hunter Lab69.0495-3.861223.7361
CIE-Lab74.6216-0.192628.0879

#cab684 color RGB value is (202,182,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110110 10000100
Octal 312 266 204
Decimal 202 182 132
Hex CA B6 84

RGB Percentages of Color #cab684

%39.15
%35.27
%25.58

CMYK Percentages of Color #cab684

%0
%10
%35
%21

Triadic Colors of #cab684

#cab684 #84cab6 #b684ca

Analogous Colors of #cab684

#cab684 #bbca84 #ca9384

Monochromatic Colors of #cab684

#cab684

Complementary Color

#cab684 #8498ca

#cab684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab684 Color CSS Codes

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

#cab684 Text Font Color

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

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


#cab684 Background Color

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

This div background color is #cab684


#cab684 Border Color

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

This div border color is #cab684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab684


Comments

No comments written yet.

Please login to write comment.