Color Hex Logo

#cb690b Color Hex

#CB690B
(203,105,11)
0 Favorites   0 Comments

Color spaces of #cb690b

RGB 20310511
HSL0.080.900.42
HSV29°95°80°
CMYK 0.000.480.95   0.20
XYZ29.740622.82383.1545
Yxy22.82380.53380.4096
Hunter Lab47.774327.515529.5271
CIE-Lab54.890433.886460.7986

#cb690b color RGB value is (203,105,11).

#cb690b hex color red value is 203, green value is 105 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #cb690b hue: 0.08 , saturation: 0.90 and the lightness value of cb690b is 0.42.

The process color (four color CMYK) of #cb690b color hex is 0.00, 0.48, 0.95, 0.20. Web safe color of #cb690b is #cc6600. Color #cb690b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101001 00001011
Octal 313 151 13
Decimal 203 105 11
Hex CB 69 B

RGB Percentages of Color #cb690b

%63.64
%32.92
%3.45

CMYK Percentages of Color #cb690b

%0
%48
%95
%20

Triadic Colors of #cb690b

#cb690b #0bcb69 #690bcb

Analogous Colors of #cb690b

#cb690b #cbc90b #cb0b0d

Monochromatic Colors of #cb690b

#cb690b

Complementary Color

#cb690b #0b6dcb

#cb690b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb690b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb690b Color CSS Codes

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

#cb690b Text Font Color

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

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


#cb690b Background Color

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

This div background color is #cb690b


#cb690b Border Color

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

This div border color is #cb690b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb690b


Comments

No comments written yet.

Please login to write comment.