Color Hex Logo

#cab38a Color Hex

#CAB38A
(202,179,138)
0 Favorites   0 Comments

Color spaces of #cab38a

RGB 202179138
HSL0.110.380.67
HSV38°32°79°
CMYK 0.000.110.32   0.21
XYZ45.064746.631730.6704
Yxy46.63170.36830.3811
Hunter Lab68.2874-1.706021.1719
CIE-Lab73.95362.153623.9882

#cab38a color RGB value is (202,179,138).

#cab38a hex color red value is 202, green value is 179 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #cab38a hue: 0.11 , saturation: 0.38 and the lightness value of cab38a is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110011 10001010
Octal 312 263 212
Decimal 202 179 138
Hex CA B3 8A

RGB Percentages of Color #cab38a

%38.92
%34.49
%26.59

CMYK Percentages of Color #cab38a

%0
%11
%32
%21

Triadic Colors of #cab38a

#cab38a #8acab3 #b38aca

Analogous Colors of #cab38a

#cab38a #c1ca8a #ca938a

Monochromatic Colors of #cab38a

#cab38a

Complementary Color

#cab38a #8aa1ca

#cab38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab38a Color CSS Codes

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

#cab38a Text Font Color

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

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


#cab38a Background Color

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

This div background color is #cab38a


#cab38a Border Color

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

This div border color is #cab38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab38a


Comments

No comments written yet.

Please login to write comment.