Color Hex Logo

#cbaa37 Color Hex

#CBAA37
(203,170,55)
0 Favorites   0 Comments

Color spaces of #cbaa37

RGB 20317055
HSL0.130.590.51
HSV47°73°80°
CMYK 0.000.160.73   0.20
XYZ39.692941.72189.5755
Yxy41.72180.43620.4585
Hunter Lab64.5924-3.346136.4252
CIE-Lab70.67870.118060.5060

#cbaa37 color RGB value is (203,170,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101010 00110111
Octal 313 252 67
Decimal 203 170 55
Hex CB AA 37

RGB Percentages of Color #cbaa37

%47.43
%39.72
%12.85

CMYK Percentages of Color #cbaa37

%0
%16
%73
%20

Triadic Colors of #cbaa37

#cbaa37 #37cbaa #aa37cb

Analogous Colors of #cbaa37

#cbaa37 #a2cb37 #cb6037

Monochromatic Colors of #cbaa37

#cbaa37

Complementary Color

#cbaa37 #3758cb

#cbaa37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaa37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaa37 Color CSS Codes

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

#cbaa37 Text Font Color

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

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


#cbaa37 Background Color

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

This div background color is #cbaa37


#cbaa37 Border Color

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

This div border color is #cbaa37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaa37


Comments

No comments written yet.

Please login to write comment.