Color Hex Logo

#cba584 Color Hex

#CBA584
(203,165,132)
0 Favorites   0 Comments

Color spaces of #cba584

RGB 203165132
HSL0.080.410.66
HSV28°35°80°
CMYK 0.000.190.35   0.20
XYZ42.248641.272727.5695
Yxy41.27270.38030.3715
Hunter Lab64.24384.960019.5271
CIE-Lab70.36669.318322.3800

#cba584 color RGB value is (203,165,132).

#cba584 hex color red value is 203, green value is 165 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #cba584 hue: 0.08 , saturation: 0.41 and the lightness value of cba584 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100101 10000100
Octal 313 245 204
Decimal 203 165 132
Hex CB A5 84

RGB Percentages of Color #cba584

%40.60
%33.00
%26.40

CMYK Percentages of Color #cba584

%0
%19
%35
%20

Triadic Colors of #cba584

#cba584 #84cba5 #a584cb

Analogous Colors of #cba584

#cba584 #cbc984 #cb8487

Monochromatic Colors of #cba584

#cba584

Complementary Color

#cba584 #84aacb

#cba584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba584 Color CSS Codes

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

#cba584 Text Font Color

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

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


#cba584 Background Color

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

This div background color is #cba584


#cba584 Border Color

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

This div border color is #cba584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba584


Comments

No comments written yet.

Please login to write comment.