Color Hex Logo

#cbad2a Color Hex

#CBAD2A
(203,173,42)
0 Favorites   0 Comments

Color spaces of #cbad2a

RGB 20317342
HSL0.140.660.48
HSV49°79°80°
CMYK 0.000.150.79   0.20
XYZ39.990142.75088.3345
Yxy42.75080.43910.4694
Hunter Lab65.3841-5.248338.2112
CIE-Lab71.3855-1.998265.7460

#cbad2a color RGB value is (203,173,42).

#cbad2a hex color red value is 203, green value is 173 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #cbad2a hue: 0.14 , saturation: 0.66 and the lightness value of cbad2a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101101 00101010
Octal 313 255 52
Decimal 203 173 42
Hex CB AD 2A

RGB Percentages of Color #cbad2a

%48.56
%41.39
%10.05

CMYK Percentages of Color #cbad2a

%0
%15
%79
%20

Triadic Colors of #cbad2a

#cbad2a #2acbad #ad2acb

Analogous Colors of #cbad2a

#cbad2a #99cb2a #cb5d2a

Monochromatic Colors of #cbad2a

#cbad2a

Complementary Color

#cbad2a #2a48cb

#cbad2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbad2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbad2a Color CSS Codes

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

#cbad2a Text Font Color

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

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


#cbad2a Background Color

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

This div background color is #cbad2a


#cbad2a Border Color

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

This div border color is #cbad2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbad2a


Comments

No comments written yet.

Please login to write comment.