Color Hex Logo

#cbba59 Color Hex

#CBBA59
(203,186,89)
0 Favorites   0 Comments

Color spaces of #cbba59

RGB 20318689
HSL0.140.520.57
HSV51°56°80°
CMYK 0.000.080.56   0.20
XYZ43.990748.535616.5009
Yxy48.53560.40350.4452
Hunter Lab69.6675-9.206434.7243
CIE-Lab75.1615-6.175250.5451

#cbba59 color RGB value is (203,186,89).

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

The process color (four color CMYK) of #cbba59 color hex is 0.00, 0.08, 0.56, 0.20. Web safe color of #cbba59 is #cccc66. Color #cbba59 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111010 01011001
Octal 313 272 131
Decimal 203 186 89
Hex CB BA 59

RGB Percentages of Color #cbba59

%42.47
%38.91
%18.62

CMYK Percentages of Color #cbba59

%0
%8
%56
%20

Triadic Colors of #cbba59

#cbba59 #59cbba #ba59cb

Analogous Colors of #cbba59

#cbba59 #a3cb59 #cb8159

Monochromatic Colors of #cbba59

#cbba59

Complementary Color

#cbba59 #596acb

#cbba59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbba59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbba59 Color CSS Codes

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

#cbba59 Text Font Color

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

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


#cbba59 Background Color

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

This div background color is #cbba59


#cbba59 Border Color

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

This div border color is #cbba59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbba59


Comments

No comments written yet.

Please login to write comment.