Color Hex Logo

#cb961b Color Hex

#CB961B
(203,150,27)
0 Favorites   0 Comments

Color spaces of #cb961b

RGB 20315027
HSL0.120.770.45
HSV42°87°80°
CMYK 0.000.260.87   0.20
XYZ35.732834.58835.8298
Yxy34.58830.46920.4542
Hunter Lab58.81185.532135.2911
CIE-Lab65.42699.888365.0103

#cb961b color RGB value is (203,150,27).

#cb961b hex color red value is 203, green value is 150 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #cb961b hue: 0.12 , saturation: 0.77 and the lightness value of cb961b is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010110 00011011
Octal 313 226 33
Decimal 203 150 27
Hex CB 96 1B

RGB Percentages of Color #cb961b

%53.42
%39.47
%7.11

CMYK Percentages of Color #cb961b

%0
%26
%87
%20

Triadic Colors of #cb961b

#cb961b #1bcb96 #961bcb

Analogous Colors of #cb961b

#cb961b #a8cb1b #cb3e1b

Monochromatic Colors of #cb961b

#cb961b

Complementary Color

#cb961b #1b50cb

#cb961b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb961b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb961b Color CSS Codes

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

#cb961b Text Font Color

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

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


#cb961b Background Color

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

This div background color is #cb961b


#cb961b Border Color

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

This div border color is #cb961b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb961b


Comments

No comments written yet.

Please login to write comment.