Color Hex Logo

#cba339 Color Hex

#CBA339
(203,163,57)
0 Favorites   0 Comments

Color spaces of #cba339

RGB 20316357
HSL0.120.580.51
HSV44°72°80°
CMYK 0.000.200.72   0.20
XYZ38.464339.18639.4073
Yxy39.18630.44180.4501
Hunter Lab62.59900.132234.9092
CIE-Lab68.88603.948657.9390

#cba339 color RGB value is (203,163,57).

#cba339 hex color red value is 203, green value is 163 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #cba339 hue: 0.12 , saturation: 0.58 and the lightness value of cba339 is 0.51.

The process color (four color CMYK) of #cba339 color hex is 0.00, 0.20, 0.72, 0.20. Web safe color of #cba339 is #cc9933. Color #cba339 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100011 00111001
Octal 313 243 71
Decimal 203 163 57
Hex CB A3 39

RGB Percentages of Color #cba339

%47.99
%38.53
%13.48

CMYK Percentages of Color #cba339

%0
%20
%72
%20

Triadic Colors of #cba339

#cba339 #39cba3 #a339cb

Analogous Colors of #cba339

#cba339 #aacb39 #cb5a39

Monochromatic Colors of #cba339

#cba339

Complementary Color

#cba339 #3961cb

#cba339 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba339 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba339 Color CSS Codes

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

#cba339 Text Font Color

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

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


#cba339 Background Color

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

This div background color is #cba339


#cba339 Border Color

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

This div border color is #cba339


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba339


Comments

No comments written yet.

Please login to write comment.