Color Hex Logo

#cba482 Color Hex

#CBA482
(203,164,130)
0 Favorites   0 Comments

Color spaces of #cba482

RGB 203164130
HSL0.080.410.65
HSV28°36°80°
CMYK 0.000.190.36   0.20
XYZ41.933340.859126.7956
Yxy40.85910.38260.3728
Hunter Lab63.92115.236919.8905
CIE-Lab70.07719.614423.0761

#cba482 color RGB value is (203,164,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100100 10000010
Octal 313 244 202
Decimal 203 164 130
Hex CB A4 82

RGB Percentages of Color #cba482

%40.85
%33.00
%26.16

CMYK Percentages of Color #cba482

%0
%19
%36
%20

Triadic Colors of #cba482

#cba482 #82cba4 #a482cb

Analogous Colors of #cba482

#cba482 #cbc982 #cb8285

Monochromatic Colors of #cba482

#cba482

Complementary Color

#cba482 #82a9cb

#cba482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba482 Color CSS Codes

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

#cba482 Text Font Color

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

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


#cba482 Background Color

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

This div background color is #cba482


#cba482 Border Color

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

This div border color is #cba482


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba482


Comments

No comments written yet.

Please login to write comment.