Color Hex Logo

#cbba47 Color Hex

#CBBA47
(203,186,71)
0 Favorites   0 Comments

Color spaces of #cbba47

RGB 20318671
HSL0.150.560.54
HSV52°65°80°
CMYK 0.000.080.65   0.20
XYZ43.324848.269312.9947
Yxy48.26930.41420.4615
Hunter Lab69.4761-10.271937.5438
CIE-Lab74.9945-7.416758.4182

#cbba47 color RGB value is (203,186,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111010 01000111
Octal 313 272 107
Decimal 203 186 71
Hex CB BA 47

RGB Percentages of Color #cbba47

%44.13
%40.43
%15.43

CMYK Percentages of Color #cbba47

%0
%8
%65
%20

Triadic Colors of #cbba47

#cbba47 #47cbba #ba47cb

Analogous Colors of #cbba47

#cbba47 #9acb47 #cb7847

Monochromatic Colors of #cbba47

#cbba47

Complementary Color

#cbba47 #4758cb

#cbba47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbba47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbba47 Color CSS Codes

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

#cbba47 Text Font Color

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

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


#cbba47 Background Color

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

This div background color is #cbba47


#cbba47 Border Color

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

This div border color is #cbba47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbba47


Comments

No comments written yet.

Please login to write comment.