Color Hex Logo

#cba735 Color Hex

#CBA735
(203,167,53)
0 Favorites   0 Comments

Color spaces of #cba735

RGB 20316753
HSL0.130.590.50
HSV46°74°80°
CMYK 0.000.180.74   0.20
XYZ39.089940.59109.1427
Yxy40.59100.44010.4570
Hunter Lab63.7111-1.975836.0895
CIE-Lab69.88841.622160.5042

#cba735 color RGB value is (203,167,53).

#cba735 hex color red value is 203, green value is 167 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #cba735 hue: 0.13 , saturation: 0.59 and the lightness value of cba735 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100111 00110101
Octal 313 247 65
Decimal 203 167 53
Hex CB A7 35

RGB Percentages of Color #cba735

%47.99
%39.48
%12.53

CMYK Percentages of Color #cba735

%0
%18
%74
%20

Triadic Colors of #cba735

#cba735 #35cba7 #a735cb

Analogous Colors of #cba735

#cba735 #a4cb35 #cb5c35

Monochromatic Colors of #cba735

#cba735

Complementary Color

#cba735 #3559cb

#cba735 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba735 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba735 Color CSS Codes

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

#cba735 Text Font Color

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

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


#cba735 Background Color

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

This div background color is #cba735


#cba735 Border Color

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

This div border color is #cba735


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba735


Comments

No comments written yet.

Please login to write comment.