Color Hex Logo

#cf883f Color Hex

#CF883F
(207,136,63)
0 Favorites   0 Comments

Color spaces of #cf883f

RGB 20713663
HSL0.080.600.53
HSV30°70°81°
CMYK 0.000.340.70   0.19
XYZ35.433531.23268.8636
Yxy31.23260.46910.4135
Hunter Lab55.886115.373729.7168
CIE-Lab62.703520.616649.0168

#cf883f color RGB value is (207,136,63).

#cf883f hex color red value is 207, green value is 136 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #cf883f hue: 0.08 , saturation: 0.60 and the lightness value of cf883f is 0.53.

The process color (four color CMYK) of #cf883f color hex is 0.00, 0.34, 0.70, 0.19. Web safe color of #cf883f is #cc9933. Color #cf883f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10001000 00111111
Octal 317 210 77
Decimal 207 136 63
Hex CF 88 3F

RGB Percentages of Color #cf883f

%50.99
%33.50
%15.52

CMYK Percentages of Color #cf883f

%0
%34
%70
%19

Triadic Colors of #cf883f

#cf883f #3fcf88 #883fcf

Analogous Colors of #cf883f

#cf883f #cecf3f #cf403f

Monochromatic Colors of #cf883f

#cf883f

Complementary Color

#cf883f #3f86cf

#cf883f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf883f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf883f Color CSS Codes

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

#cf883f Text Font Color

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

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


#cf883f Background Color

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

This div background color is #cf883f


#cf883f Border Color

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

This div border color is #cf883f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf883f


Comments

No comments written yet.

Please login to write comment.