Color Hex Logo

#cab38f Color Hex

#CAB38F
(202,179,143)
0 Favorites   0 Comments

Color spaces of #cab38f

RGB 202179143
HSL0.100.360.68
HSV37°29°79°
CMYK 0.000.110.29   0.21
XYZ45.435146.779932.6213
Yxy46.77990.36400.3747
Hunter Lab68.3958-1.115819.5988
CIE-Lab74.04882.808621.4295

#cab38f color RGB value is (202,179,143).

#cab38f hex color red value is 202, green value is 179 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #cab38f hue: 0.10 , saturation: 0.36 and the lightness value of cab38f is 0.68.

The process color (four color CMYK) of #cab38f color hex is 0.00, 0.11, 0.29, 0.21. Web safe color of #cab38f is #cccc99. Color #cab38f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110011 10001111
Octal 312 263 217
Decimal 202 179 143
Hex CA B3 8F

RGB Percentages of Color #cab38f

%38.55
%34.16
%27.29

CMYK Percentages of Color #cab38f

%0
%11
%29
%21

Triadic Colors of #cab38f

#cab38f #8fcab3 #b38fca

Analogous Colors of #cab38f

#cab38f #c4ca8f #ca968f

Monochromatic Colors of #cab38f

#cab38f

Complementary Color

#cab38f #8fa6ca

#cab38f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab38f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab38f Color CSS Codes

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

#cab38f Text Font Color

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

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


#cab38f Background Color

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

This div background color is #cab38f


#cab38f Border Color

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

This div border color is #cab38f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab38f


Comments

No comments written yet.

Please login to write comment.