Color Hex Logo

#cb881d Color Hex

#CB881D
(203,136,29)
0 Favorites   0 Comments

Color spaces of #cb881d

RGB 20313629
HSL0.100.750.45
HSV37°86°80°
CMYK 0.000.330.86   0.20
XYZ33.654530.39355.2551
Yxy30.39350.48560.4386
Hunter Lab55.130312.488032.9396
CIE-Lab61.992317.556261.6517

#cb881d color RGB value is (203,136,29).

#cb881d hex color red value is 203, green value is 136 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #cb881d hue: 0.10 , saturation: 0.75 and the lightness value of cb881d is 0.45.

The process color (four color CMYK) of #cb881d color hex is 0.00, 0.33, 0.86, 0.20. Web safe color of #cb881d is #cc9933. Color #cb881d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10001000 00011101
Octal 313 210 35
Decimal 203 136 29
Hex CB 88 1D

RGB Percentages of Color #cb881d

%55.16
%36.96
%7.88

CMYK Percentages of Color #cb881d

%0
%33
%86
%20

Triadic Colors of #cb881d

#cb881d #1dcb88 #881dcb

Analogous Colors of #cb881d

#cb881d #b7cb1d #cb311d

Monochromatic Colors of #cb881d

#cb881d

Complementary Color

#cb881d #1d60cb

#cb881d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb881d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb881d Color CSS Codes

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

#cb881d Text Font Color

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

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


#cb881d Background Color

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

This div background color is #cb881d


#cb881d Border Color

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

This div border color is #cb881d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb881d


Comments

No comments written yet.

Please login to write comment.