Color Hex Logo

#cba353 Color Hex

#CBA353
(203,163,83)
0 Favorites   0 Comments

Color spaces of #cba353

RGB 20316383
HSL0.110.540.56
HSV40°59°80°
CMYK 0.000.200.59   0.20
XYZ39.287139.515413.7402
Yxy39.51540.42450.4270
Hunter Lab62.86131.551931.0433
CIE-Lab69.12305.545746.4468

#cba353 color RGB value is (203,163,83).

#cba353 hex color red value is 203, green value is 163 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #cba353 hue: 0.11 , saturation: 0.54 and the lightness value of cba353 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100011 01010011
Octal 313 243 123
Decimal 203 163 83
Hex CB A3 53

RGB Percentages of Color #cba353

%45.21
%36.30
%18.49

CMYK Percentages of Color #cba353

%0
%20
%59
%20

Triadic Colors of #cba353

#cba353 #53cba3 #a353cb

Analogous Colors of #cba353

#cba353 #b7cb53 #cb6753

Monochromatic Colors of #cba353

#cba353

Complementary Color

#cba353 #537bcb

#cba353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba353 Color CSS Codes

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

#cba353 Text Font Color

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

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


#cba353 Background Color

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

This div background color is #cba353


#cba353 Border Color

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

This div border color is #cba353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba353

#cba353 Color Palettes


Comments

No comments written yet.

Please login to write comment.