Color Hex Logo

#c88b07 Color Hex

#C88B07
(200,139,7)
0 Favorites   0 Comments

Color spaces of #c88b07

RGB 2001397
HSL0.110.930.41
HSV41°97°78°
CMYK 0.000.310.97   0.22
XYZ33.090430.75994.3942
Yxy30.75990.48490.4507
Hunter Lab55.46169.441734.1256
CIE-Lab62.304414.223266.4057

#c88b07 color RGB value is (200,139,7).

#c88b07 hex color red value is 200, green value is 139 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #c88b07 hue: 0.11 , saturation: 0.93 and the lightness value of c88b07 is 0.41.

The process color (four color CMYK) of #c88b07 color hex is 0.00, 0.31, 0.97, 0.22. Web safe color of #c88b07 is #cc9900. Color #c88b07 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001011 00000111
Octal 310 213 7
Decimal 200 139 7
Hex C8 8B 7

RGB Percentages of Color #c88b07

%57.80
%40.17
%2.02

CMYK Percentages of Color #c88b07

%0
%31
%97
%22

Triadic Colors of #c88b07

#c88b07 #07c88b #8b07c8

Analogous Colors of #c88b07

#c88b07 #a5c807 #c82b07

Monochromatic Colors of #c88b07

#c88b07

Complementary Color

#c88b07 #0744c8

#c88b07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88b07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88b07 Color CSS Codes

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

#c88b07 Text Font Color

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

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


#c88b07 Background Color

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

This div background color is #c88b07


#c88b07 Border Color

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

This div border color is #c88b07


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,139,7, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c88b07; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c88b07;
  -webkit-box-shadow: 1px 1px 3px 2px #c88b07;
  box-shadow:         1px 1px 3px 2px #c88b07; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,139,7, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88b07


Comments

No comments written yet.

Please login to write comment.