Color Hex Logo

#cb9604 Color Hex

#CB9604
(203,150,4)
0 Favorites   0 Comments

Color spaces of #cb9604

RGB 2031504
HSL0.120.960.41
HSV44°98°80°
CMYK 0.000.260.98   0.20
XYZ35.556934.51804.9034
Yxy34.51800.47420.4604
Hunter Lab58.75205.212736.1781
CIE-Lab65.37179.533269.1404

#cb9604 color RGB value is (203,150,4).

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

The process color (four color CMYK) of #cb9604 color hex is 0.00, 0.26, 0.98, 0.20. Web safe color of #cb9604 is #cc9900. Color #cb9604 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010110 00000100
Octal 313 226 4
Decimal 203 150 4
Hex CB 96 4

RGB Percentages of Color #cb9604

%56.86
%42.02
%1.12

CMYK Percentages of Color #cb9604

%0
%26
%98
%20

Triadic Colors of #cb9604

#cb9604 #04cb96 #9604cb

Analogous Colors of #cb9604

#cb9604 #9dcb04 #cb3304

Monochromatic Colors of #cb9604

#cb9604

Complementary Color

#cb9604 #0439cb

#cb9604 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb9604 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb9604 Color CSS Codes

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

#cb9604 Text Font Color

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

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


#cb9604 Background Color

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

This div background color is #cb9604


#cb9604 Border Color

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

This div border color is #cb9604


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb9604


Comments

No comments written yet.

Please login to write comment.