Color Hex Logo

#cb961a Color Hex

#CB961A
(203,150,26)
0 Favorites   0 Comments

Color spaces of #cb961a

RGB 20315026
HSL0.120.770.45
HSV42°87°80°
CMYK 0.000.260.87   0.20
XYZ35.721434.58385.7699
Yxy34.58380.46960.4546
Hunter Lab58.80805.511235.3484
CIE-Lab65.42339.865265.2632

#cb961a color RGB value is (203,150,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010110 00011010
Octal 313 226 32
Decimal 203 150 26
Hex CB 96 1A

RGB Percentages of Color #cb961a

%53.56
%39.58
%6.86

CMYK Percentages of Color #cb961a

%0
%26
%87
%20

Triadic Colors of #cb961a

#cb961a #1acb96 #961acb

Analogous Colors of #cb961a

#cb961a #a8cb1a #cb3e1a

Monochromatic Colors of #cb961a

#cb961a

Complementary Color

#cb961a #1a4fcb

#cb961a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb961a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb961a Color CSS Codes

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

#cb961a Text Font Color

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

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


#cb961a Background Color

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

This div background color is #cb961a


#cb961a Border Color

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

This div border color is #cb961a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb961a


Comments

No comments written yet.

Please login to write comment.