Color Hex Logo

#cbad3a Color Hex

#CBAD3A
(203,173,58)
0 Favorites   0 Comments

Color spaces of #cbad3a

RGB 20317358
HSL0.130.580.51
HSV48°71°80°
CMYK 0.000.150.71   0.20
XYZ40.335942.889110.1555
Yxy42.88910.43200.4593
Hunter Lab65.4898-4.666936.6487
CIE-Lab71.4796-1.327160.1263

#cbad3a color RGB value is (203,173,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101101 00111010
Octal 313 255 72
Decimal 203 173 58
Hex CB AD 3A

RGB Percentages of Color #cbad3a

%46.77
%39.86
%13.36

CMYK Percentages of Color #cbad3a

%0
%15
%71
%20

Triadic Colors of #cbad3a

#cbad3a #3acbad #ad3acb

Analogous Colors of #cbad3a

#cbad3a #a1cb3a #cb653a

Monochromatic Colors of #cbad3a

#cbad3a

Complementary Color

#cbad3a #3a58cb

#cbad3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbad3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbad3a Color CSS Codes

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

#cbad3a Text Font Color

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

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


#cbad3a Background Color

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

This div background color is #cbad3a


#cbad3a Border Color

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

This div border color is #cbad3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbad3a


Comments

No comments written yet.

Please login to write comment.