Color Hex Logo

#cb880b Color Hex

#CB880B
(203,136,11)
0 Favorites   0 Comments

Color spaces of #cb880b

RGB 20313611
HSL0.110.900.42
HSV39°95°80°
CMYK 0.000.330.95   0.20
XYZ33.493230.32904.4054
Yxy30.32900.49090.4445
Hunter Lab55.071812.183433.8074
CIE-Lab61.937117.228165.7140

#cb880b color RGB value is (203,136,11).

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

The process color (four color CMYK) of #cb880b color hex is 0.00, 0.33, 0.95, 0.20. Web safe color of #cb880b is #cc9900. Color #cb880b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10001000 00001011
Octal 313 210 13
Decimal 203 136 11
Hex CB 88 B

RGB Percentages of Color #cb880b

%58.00
%38.86
%3.14

CMYK Percentages of Color #cb880b

%0
%33
%95
%20

Triadic Colors of #cb880b

#cb880b #0bcb88 #880bcb

Analogous Colors of #cb880b

#cb880b #aecb0b #cb280b

Monochromatic Colors of #cb880b

#cb880b

Complementary Color

#cb880b #0b4ecb

#cb880b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb880b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb880b Color CSS Codes

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

#cb880b Text Font Color

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

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


#cb880b Background Color

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

This div background color is #cb880b


#cb880b Border Color

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

This div border color is #cb880b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,136,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 #cb880b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb880b


Comments

No comments written yet.

Please login to write comment.