Color Hex Logo

#cb9332 Color Hex

#CB9332
(203,147,50)
0 Favorites   0 Comments

Color spaces of #cb9332

RGB 20314750
HSL0.110.600.50
HSV38°75°80°
CMYK 0.000.280.75   0.20
XYZ35.638033.79427.6622
Yxy33.79420.46230.4383
Hunter Lab58.13287.696132.8782
CIE-Lab64.798912.275756.7374

#cb9332 color RGB value is (203,147,50).

#cb9332 hex color red value is 203, green value is 147 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #cb9332 hue: 0.11 , saturation: 0.60 and the lightness value of cb9332 is 0.50.

The process color (four color CMYK) of #cb9332 color hex is 0.00, 0.28, 0.75, 0.20. Web safe color of #cb9332 is #cc9933. Color #cb9332 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010011 00110010
Octal 313 223 62
Decimal 203 147 50
Hex CB 93 32

RGB Percentages of Color #cb9332

%50.75
%36.75
%12.50

CMYK Percentages of Color #cb9332

%0
%28
%75
%20

Triadic Colors of #cb9332

#cb9332 #32cb93 #9332cb

Analogous Colors of #cb9332

#cb9332 #b7cb32 #cb4732

Monochromatic Colors of #cb9332

#cb9332

Complementary Color

#cb9332 #326acb

#cb9332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb9332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb9332 Color CSS Codes

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

#cb9332 Text Font Color

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

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


#cb9332 Background Color

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

This div background color is #cb9332


#cb9332 Border Color

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

This div border color is #cb9332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb9332


Comments

No comments written yet.

Please login to write comment.