Color Hex Logo

#cba326 Color Hex

#CBA326
(203,163,38)
0 Favorites   0 Comments

Color spaces of #cba326

RGB 20316338
HSL0.130.680.47
HSV45°81°80°
CMYK 0.000.200.81   0.20
XYZ38.075639.03087.3606
Yxy39.03080.45080.4621
Hunter Lab62.4746-0.542536.7468
CIE-Lab68.77363.183264.6882

#cba326 color RGB value is (203,163,38).

#cba326 hex color red value is 203, green value is 163 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #cba326 hue: 0.13 , saturation: 0.68 and the lightness value of cba326 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100011 00100110
Octal 313 243 46
Decimal 203 163 38
Hex CB A3 26

RGB Percentages of Color #cba326

%50.25
%40.35
%9.41

CMYK Percentages of Color #cba326

%0
%20
%81
%20

Triadic Colors of #cba326

#cba326 #26cba3 #a326cb

Analogous Colors of #cba326

#cba326 #a1cb26 #cb5126

Monochromatic Colors of #cba326

#cba326

Complementary Color

#cba326 #264ecb

#cba326 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba326 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba326 Color CSS Codes

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

#cba326 Text Font Color

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

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


#cba326 Background Color

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

This div background color is #cba326


#cba326 Border Color

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

This div border color is #cba326


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba326


Comments

No comments written yet.

Please login to write comment.