Color Hex Logo

#cb6702 Color Hex

#CB6702
(203,103,2)
0 Favorites   0 Comments

Color spaces of #cb6702

RGB 2031032
HSL0.080.980.40
HSV30°99°80°
CMYK 0.000.490.99   0.20
XYZ29.489822.40142.8270
Yxy22.40140.53890.4094
Hunter Lab47.330128.389629.5897
CIE-Lab54.450334.826362.2438

#cb6702 color RGB value is (203,103,2).

#cb6702 hex color red value is 203, green value is 103 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #cb6702 hue: 0.08 , saturation: 0.98 and the lightness value of cb6702 is 0.40.

The process color (four color CMYK) of #cb6702 color hex is 0.00, 0.49, 0.99, 0.20. Web safe color of #cb6702 is #cc6600. Color #cb6702 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100111 00000010
Octal 313 147 2
Decimal 203 103 2
Hex CB 67 2

RGB Percentages of Color #cb6702

%65.91
%33.44
%0.65

CMYK Percentages of Color #cb6702

%0
%49
%99
%20

Triadic Colors of #cb6702

#cb6702 #02cb67 #6702cb

Analogous Colors of #cb6702

#cb6702 #cbcb02 #cb0302

Monochromatic Colors of #cb6702

#cb6702

Complementary Color

#cb6702 #0266cb

#cb6702 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb6702 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb6702 Color CSS Codes

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

#cb6702 Text Font Color

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

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


#cb6702 Background Color

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

This div background color is #cb6702


#cb6702 Border Color

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

This div border color is #cb6702


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb6702


Comments

No comments written yet.

Please login to write comment.