Color Hex Logo

#cba38c Color Hex

#CBA38C
(203,163,140)
0 Favorites   0 Comments

Color spaces of #cba38c

RGB 203163140
HSL0.060.380.67
HSV22°31°80°
CMYK 0.000.200.31   0.20
XYZ42.459440.784330.4453
Yxy40.78430.37350.3587
Hunter Lab63.86266.917216.4384
CIE-Lab70.024511.426117.5355

#cba38c color RGB value is (203,163,140).

#cba38c hex color red value is 203, green value is 163 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #cba38c hue: 0.06 , saturation: 0.38 and the lightness value of cba38c is 0.67.

The process color (four color CMYK) of #cba38c color hex is 0.00, 0.20, 0.31, 0.20. Web safe color of #cba38c is #cc9999. Color #cba38c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100011 10001100
Octal 313 243 214
Decimal 203 163 140
Hex CB A3 8C

RGB Percentages of Color #cba38c

%40.12
%32.21
%27.67

CMYK Percentages of Color #cba38c

%0
%20
%31
%20

Triadic Colors of #cba38c

#cba38c #8ccba3 #a38ccb

Analogous Colors of #cba38c

#cba38c #cbc38c #cb8c95

Monochromatic Colors of #cba38c

#cba38c

Complementary Color

#cba38c #8cb4cb

#cba38c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba38c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba38c Color CSS Codes

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

#cba38c Text Font Color

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

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


#cba38c Background Color

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

This div background color is #cba38c


#cba38c Border Color

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

This div border color is #cba38c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,163,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cba38c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cba38c;
  -webkit-box-shadow: 1px 1px 3px 2px #cba38c;
  box-shadow:         1px 1px 3px 2px #cba38c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,163,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba38c


Comments

No comments written yet.

Please login to write comment.