Color Hex Logo

#cb882f Color Hex

#CB882F
(203,136,47)
0 Favorites   0 Comments

Color spaces of #cb882f

RGB 20313647
HSL0.100.620.49
HSV34°77°80°
CMYK 0.000.330.77   0.20
XYZ33.945930.51016.7892
Yxy30.51010.47650.4282
Hunter Lab55.235913.036431.3777
CIE-Lab62.091918.144855.3333

#cb882f color RGB value is (203,136,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10001000 00101111
Octal 313 210 57
Decimal 203 136 47
Hex CB 88 2F

RGB Percentages of Color #cb882f

%52.59
%35.23
%12.18

CMYK Percentages of Color #cb882f

%0
%33
%77
%20

Triadic Colors of #cb882f

#cb882f #2fcb88 #882fcb

Analogous Colors of #cb882f

#cb882f #c0cb2f #cb3a2f

Monochromatic Colors of #cb882f

#cb882f

Complementary Color

#cb882f #2f72cb

#cb882f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb882f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb882f Color CSS Codes

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

#cb882f Text Font Color

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

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


#cb882f Background Color

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

This div background color is #cb882f


#cb882f Border Color

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

This div border color is #cb882f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb882f


Comments

No comments written yet.

Please login to write comment.