Color Hex Logo

#cab179 Color Hex

#CAB179
(202,177,121)
0 Favorites   0 Comments

Color spaces of #cab179

RGB 202177121
HSL0.120.430.63
HSV41°40°79°
CMYK 0.000.120.40   0.21
XYZ43.530545.381324.5543
Yxy45.38130.38360.4000
Hunter Lab67.3656-2.546325.5452
CIE-Lab73.14231.175031.9575

#cab179 color RGB value is (202,177,121).

#cab179 hex color red value is 202, green value is 177 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #cab179 hue: 0.12 , saturation: 0.43 and the lightness value of cab179 is 0.63.

The process color (four color CMYK) of #cab179 color hex is 0.00, 0.12, 0.40, 0.21. Web safe color of #cab179 is #cc9966. Color #cab179 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110001 01111001
Octal 312 261 171
Decimal 202 177 121
Hex CA B1 79

RGB Percentages of Color #cab179

%40.40
%35.40
%24.20

CMYK Percentages of Color #cab179

%0
%12
%40
%21

Triadic Colors of #cab179

#cab179 #79cab1 #b179ca

Analogous Colors of #cab179

#cab179 #bbca79 #ca8979

Monochromatic Colors of #cab179

#cab179

Complementary Color

#cab179 #7992ca

#cab179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab179 Color CSS Codes

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

#cab179 Text Font Color

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

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


#cab179 Background Color

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

This div background color is #cab179


#cab179 Border Color

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

This div border color is #cab179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab179


Comments

No comments written yet.

Please login to write comment.