Color Hex Logo

#cb9634 Color Hex

#CB9634
(203,150,52)
0 Favorites   0 Comments

Color spaces of #cb9634

RGB 20315052
HSL0.110.590.50
HSV39°74°80°
CMYK 0.000.260.74   0.20
XYZ36.154834.75718.0520
Yxy34.75710.45790.4402
Hunter Lab58.95526.295333.1709
CIE-Lab65.559110.733356.6710

#cb9634 color RGB value is (203,150,52).

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

The process color (four color CMYK) of #cb9634 color hex is 0.00, 0.26, 0.74, 0.20. Web safe color of #cb9634 is #cc9933. Color #cb9634 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010110 00110100
Octal 313 226 64
Decimal 203 150 52
Hex CB 96 34

RGB Percentages of Color #cb9634

%50.12
%37.04
%12.84

CMYK Percentages of Color #cb9634

%0
%26
%74
%20

Triadic Colors of #cb9634

#cb9634 #34cb96 #9634cb

Analogous Colors of #cb9634

#cb9634 #b5cb34 #cb4b34

Monochromatic Colors of #cb9634

#cb9634

Complementary Color

#cb9634 #3469cb

#cb9634 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb9634 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb9634 Color CSS Codes

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

#cb9634 Text Font Color

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

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


#cb9634 Background Color

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

This div background color is #cb9634


#cb9634 Border Color

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

This div border color is #cb9634


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb9634


Comments

No comments written yet.

Please login to write comment.