Color Hex Logo

#cabb6f Color Hex

#CABB6F
(202,187,111)
0 Favorites   0 Comments

Color spaces of #cabb6f

RGB 202187111
HSL0.140.460.61
HSV50°45°79°
CMYK 0.000.070.45   0.21
XYZ44.996749.244922.1726
Yxy49.24490.38650.4230
Hunter Lab70.1747-8.349830.3889
CIE-Lab75.6034-5.154040.2715

#cabb6f color RGB value is (202,187,111).

#cabb6f hex color red value is 202, green value is 187 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cabb6f hue: 0.14 , saturation: 0.46 and the lightness value of cabb6f is 0.61.

The process color (four color CMYK) of #cabb6f color hex is 0.00, 0.07, 0.45, 0.21. Web safe color of #cabb6f is #cccc66. Color #cabb6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111011 01101111
Octal 312 273 157
Decimal 202 187 111
Hex CA BB 6F

RGB Percentages of Color #cabb6f

%40.40
%37.40
%22.20

CMYK Percentages of Color #cabb6f

%0
%7
%45
%21

Triadic Colors of #cabb6f

#cabb6f #6fcabb #bb6fca

Analogous Colors of #cabb6f

#cabb6f #acca6f #ca8e6f

Monochromatic Colors of #cabb6f

#cabb6f

Complementary Color

#cabb6f #6f7eca

#cabb6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabb6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabb6f Color CSS Codes

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

#cabb6f Text Font Color

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

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


#cabb6f Background Color

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

This div background color is #cabb6f


#cabb6f Border Color

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

This div border color is #cabb6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabb6f


Comments

No comments written yet.

Please login to write comment.