Color Hex Logo

#cbba4a Color Hex

#CBBA4A
(203,186,74)
0 Favorites   0 Comments

Color spaces of #cbba4a

RGB 20318674
HSL0.140.550.54
HSV52°64°80°
CMYK 0.000.080.64   0.20
XYZ43.423548.308713.5144
Yxy48.30870.41260.4590
Hunter Lab69.5045-10.113437.1248
CIE-Lab75.0192-7.231457.1653

#cbba4a color RGB value is (203,186,74).

#cbba4a hex color red value is 203, green value is 186 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #cbba4a hue: 0.14 , saturation: 0.55 and the lightness value of cbba4a is 0.54.

The process color (four color CMYK) of #cbba4a color hex is 0.00, 0.08, 0.64, 0.20. Web safe color of #cbba4a is #cccc33. Color #cbba4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111010 01001010
Octal 313 272 112
Decimal 203 186 74
Hex CB BA 4A

RGB Percentages of Color #cbba4a

%43.84
%40.17
%15.98

CMYK Percentages of Color #cbba4a

%0
%8
%64
%20

Triadic Colors of #cbba4a

#cbba4a #4acbba #ba4acb

Analogous Colors of #cbba4a

#cbba4a #9ccb4a #cb7a4a

Monochromatic Colors of #cbba4a

#cbba4a

Complementary Color

#cbba4a #4a5bcb

#cbba4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbba4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbba4a Color CSS Codes

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

#cbba4a Text Font Color

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

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


#cbba4a Background Color

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

This div background color is #cbba4a


#cbba4a Border Color

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

This div border color is #cbba4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbba4a


Comments

No comments written yet.

Please login to write comment.