Color Hex Logo

#cba371 Color Hex

#CBA371
(203,163,113)
0 Favorites   0 Comments

Color spaces of #cba371

RGB 203163113
HSL0.090.460.62
HSV33°44°80°
CMYK 0.000.200.44   0.20
XYZ40.706440.083221.2141
Yxy40.08320.39910.3930
Hunter Lab63.31133.972924.4512
CIE-Lab69.52878.228831.5185

#cba371 color RGB value is (203,163,113).

#cba371 hex color red value is 203, green value is 163 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #cba371 hue: 0.09 , saturation: 0.46 and the lightness value of cba371 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100011 01110001
Octal 313 243 161
Decimal 203 163 113
Hex CB A3 71

RGB Percentages of Color #cba371

%42.38
%34.03
%23.59

CMYK Percentages of Color #cba371

%0
%20
%44
%20

Triadic Colors of #cba371

#cba371 #71cba3 #a371cb

Analogous Colors of #cba371

#cba371 #c6cb71 #cb7671

Monochromatic Colors of #cba371

#cba371

Complementary Color

#cba371 #7199cb

#cba371 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba371 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba371 Color CSS Codes

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

#cba371 Text Font Color

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

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


#cba371 Background Color

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

This div background color is #cba371


#cba371 Border Color

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

This div border color is #cba371


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba371


Comments

No comments written yet.

Please login to write comment.