Color Hex Logo

#cba067 Color Hex

#CBA067
(203,160,103)
0 Favorites   0 Comments

Color spaces of #cba067

RGB 203160103
HSL0.100.490.60
HSV34°49°80°
CMYK 0.000.210.49   0.20
XYZ39.647638.817418.2348
Yxy38.81740.41000.4014
Hunter Lab62.30364.559226.2597
CIE-Lab68.61888.854635.6533

#cba067 color RGB value is (203,160,103).

#cba067 hex color red value is 203, green value is 160 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #cba067 hue: 0.10 , saturation: 0.49 and the lightness value of cba067 is 0.60.

The process color (four color CMYK) of #cba067 color hex is 0.00, 0.21, 0.49, 0.20. Web safe color of #cba067 is #cc9966. Color #cba067 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100000 01100111
Octal 313 240 147
Decimal 203 160 103
Hex CB A0 67

RGB Percentages of Color #cba067

%43.56
%34.33
%22.10

CMYK Percentages of Color #cba067

%0
%21
%49
%20

Triadic Colors of #cba067

#cba067 #67cba0 #a067cb

Analogous Colors of #cba067

#cba067 #c4cb67 #cb6e67

Monochromatic Colors of #cba067

#cba067

Complementary Color

#cba067 #6792cb

#cba067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba067 Color CSS Codes

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

#cba067 Text Font Color

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

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


#cba067 Background Color

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

This div background color is #cba067


#cba067 Border Color

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

This div border color is #cba067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba067


Comments

No comments written yet.

Please login to write comment.