Color Hex Logo

#cba705 Color Hex

#CBA705
(203,167,5)
0 Favorites   0 Comments

Color spaces of #cba705

RGB 2031675
HSL0.140.950.41
HSV49°98°80°
CMYK 0.000.180.98   0.20
XYZ38.474740.34495.9031
Yxy40.34490.45410.4762
Hunter Lab63.5176-3.032638.9521
CIE-Lab69.71450.410972.0881

#cba705 color RGB value is (203,167,5).

#cba705 hex color red value is 203, green value is 167 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #cba705 hue: 0.14 , saturation: 0.95 and the lightness value of cba705 is 0.41.

The process color (four color CMYK) of #cba705 color hex is 0.00, 0.18, 0.98, 0.20. Web safe color of #cba705 is #cc9900. Color #cba705 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100111 00000101
Octal 313 247 5
Decimal 203 167 5
Hex CB A7 5

RGB Percentages of Color #cba705

%54.13
%44.53
%1.33

CMYK Percentages of Color #cba705

%0
%18
%98
%20

Triadic Colors of #cba705

#cba705 #05cba7 #a705cb

Analogous Colors of #cba705

#cba705 #8ccb05 #cb4405

Monochromatic Colors of #cba705

#cba705

Complementary Color

#cba705 #0529cb

#cba705 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba705 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba705 Color CSS Codes

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

#cba705 Text Font Color

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

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


#cba705 Background Color

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

This div background color is #cba705


#cba705 Border Color

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

This div border color is #cba705


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba705


Comments

No comments written yet.

Please login to write comment.