Color Hex Logo

#cb9a37 Color Hex

#CB9A37
(203,154,55)
0 Favorites   0 Comments

Color spaces of #cb9a37

RGB 20315455
HSL0.110.590.51
HSV40°73°80°
CMYK 0.000.240.73   0.20
XYZ36.873836.08358.6358
Yxy36.08350.45190.4422
Hunter Lab60.06954.450933.5249
CIE-Lab66.58378.702956.4558

#cb9a37 color RGB value is (203,154,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10011010 00110111
Octal 313 232 67
Decimal 203 154 55
Hex CB 9A 37

RGB Percentages of Color #cb9a37

%49.27
%37.38
%13.35

CMYK Percentages of Color #cb9a37

%0
%24
%73
%20

Triadic Colors of #cb9a37

#cb9a37 #37cb9a #9a37cb

Analogous Colors of #cb9a37

#cb9a37 #b2cb37 #cb5037

Monochromatic Colors of #cb9a37

#cb9a37

Complementary Color

#cb9a37 #3768cb

#cb9a37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb9a37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb9a37 Color CSS Codes

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

#cb9a37 Text Font Color

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

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


#cb9a37 Background Color

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

This div background color is #cb9a37


#cb9a37 Border Color

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

This div border color is #cb9a37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb9a37


Comments

No comments written yet.

Please login to write comment.