Color Hex Logo

#cab46b Color Hex

#CAB46B
(202,180,107)
0 Favorites   0 Comments

Color spaces of #cab46b

RGB 202180107
HSL0.130.470.61
HSV46°47°79°
CMYK 0.000.110.47   0.21
XYZ43.332246.260620.5553
Yxy46.26060.39340.4200
Hunter Lab68.0151-5.304829.6922
CIE-Lab73.7143-1.876839.9478

#cab46b color RGB value is (202,180,107).

#cab46b hex color red value is 202, green value is 180 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #cab46b hue: 0.13 , saturation: 0.47 and the lightness value of cab46b is 0.61.

The process color (four color CMYK) of #cab46b color hex is 0.00, 0.11, 0.47, 0.21. Web safe color of #cab46b is #cccc66. Color #cab46b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110100 01101011
Octal 312 264 153
Decimal 202 180 107
Hex CA B4 6B

RGB Percentages of Color #cab46b

%41.31
%36.81
%21.88

CMYK Percentages of Color #cab46b

%0
%11
%47
%21

Triadic Colors of #cab46b

#cab46b #6bcab4 #b46bca

Analogous Colors of #cab46b

#cab46b #b1ca6b #ca856b

Monochromatic Colors of #cab46b

#cab46b

Complementary Color

#cab46b #6b81ca

#cab46b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab46b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab46b Color CSS Codes

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

#cab46b Text Font Color

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

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


#cab46b Background Color

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

This div background color is #cab46b


#cab46b Border Color

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

This div border color is #cab46b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab46b


Comments

No comments written yet.

Please login to write comment.