Color Hex Logo

#cb9621 Color Hex

#CB9621
(203,150,33)
0 Favorites   0 Comments

Color spaces of #cb9621

RGB 20315033
HSL0.110.720.46
HSV41°84°80°
CMYK 0.000.260.84   0.20
XYZ35.809534.61906.2336
Yxy34.61900.46710.4516
Hunter Lab58.83795.671034.9050
CIE-Lab65.451010.042563.3501

#cb9621 color RGB value is (203,150,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010110 00100001
Octal 313 226 41
Decimal 203 150 33
Hex CB 96 21

RGB Percentages of Color #cb9621

%52.59
%38.86
%8.55

CMYK Percentages of Color #cb9621

%0
%26
%84
%20

Triadic Colors of #cb9621

#cb9621 #21cb96 #9621cb

Analogous Colors of #cb9621

#cb9621 #abcb21 #cb4121

Monochromatic Colors of #cb9621

#cb9621

Complementary Color

#cb9621 #2156cb

#cb9621 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb9621 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb9621 Color CSS Codes

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

#cb9621 Text Font Color

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

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


#cb9621 Background Color

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

This div background color is #cb9621


#cb9621 Border Color

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

This div border color is #cb9621


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb9621


Comments

No comments written yet.

Please login to write comment.