Color Hex Logo

#cbaa47 Color Hex

#CBAA47
(203,170,71)
0 Favorites   0 Comments

Color spaces of #cbaa47

RGB 20317071
HSL0.130.560.54
HSV45°65°80°
CMYK 0.000.160.65   0.20
XYZ40.140741.900911.9333
Yxy41.90090.42710.4459
Hunter Lab64.7309-2.588334.3814
CIE-Lab70.80250.984353.9482

#cbaa47 color RGB value is (203,170,71).

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

The process color (four color CMYK) of #cbaa47 color hex is 0.00, 0.16, 0.65, 0.20. Web safe color of #cbaa47 is #cc9933. Color #cbaa47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101010 01000111
Octal 313 252 107
Decimal 203 170 71
Hex CB AA 47

RGB Percentages of Color #cbaa47

%45.72
%38.29
%15.99

CMYK Percentages of Color #cbaa47

%0
%16
%65
%20

Triadic Colors of #cbaa47

#cbaa47 #47cbaa #aa47cb

Analogous Colors of #cbaa47

#cbaa47 #aacb47 #cb6847

Monochromatic Colors of #cbaa47

#cbaa47

Complementary Color

#cbaa47 #4768cb

#cbaa47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaa47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaa47 Color CSS Codes

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

#cbaa47 Text Font Color

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

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


#cbaa47 Background Color

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

This div background color is #cbaa47


#cbaa47 Border Color

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

This div border color is #cbaa47


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,170,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 #cbaa47">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaa47


Comments

No comments written yet.

Please login to write comment.