Color Hex Logo

#cb9324 Color Hex

#CB9324
(203,147,36)
0 Favorites   0 Comments

Color spaces of #cb9324

RGB 20314736
HSL0.110.700.47
HSV40°82°80°
CMYK 0.000.280.82   0.20
XYZ35.380833.69136.3074
Yxy33.69130.46940.4470
Hunter Lab58.04427.227234.1882
CIE-Lab64.716811.760161.7813

#cb9324 color RGB value is (203,147,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010011 00100100
Octal 313 223 44
Decimal 203 147 36
Hex CB 93 24

RGB Percentages of Color #cb9324

%52.59
%38.08
%9.33

CMYK Percentages of Color #cb9324

%0
%28
%82
%20

Triadic Colors of #cb9324

#cb9324 #24cb93 #9324cb

Analogous Colors of #cb9324

#cb9324 #b0cb24 #cb4024

Monochromatic Colors of #cb9324

#cb9324

Complementary Color

#cb9324 #245ccb

#cb9324 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb9324 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb9324 Color CSS Codes

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

#cb9324 Text Font Color

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

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


#cb9324 Background Color

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

This div background color is #cb9324


#cb9324 Border Color

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

This div border color is #cb9324


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb9324


Comments

No comments written yet.

Please login to write comment.