Color Hex Logo

#c99007 Color Hex

#C99007
(201,144,7)
0 Favorites   0 Comments

Color spaces of #c99007

RGB 2011447
HSL0.120.930.41
HSV42°97°79°
CMYK 0.000.280.97   0.21
XYZ34.099032.37944.6536
Yxy32.37940.47940.4552
Hunter Lab56.90297.385934.9832
CIE-Lab63.655211.938867.4104

#c99007 color RGB value is (201,144,7).

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

The process color (four color CMYK) of #c99007 color hex is 0.00, 0.28, 0.97, 0.21. Web safe color of #c99007 is #cc9900. Color #c99007 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010000 00000111
Octal 311 220 7
Decimal 201 144 7
Hex C9 90 7

RGB Percentages of Color #c99007

%57.10
%40.91
%1.99

CMYK Percentages of Color #c99007

%0
%28
%97
%21

Triadic Colors of #c99007

#c99007 #07c990 #9007c9

Analogous Colors of #c99007

#c99007 #a1c907 #c92f07

Monochromatic Colors of #c99007

#c99007

Complementary Color

#c99007 #0740c9

#c99007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99007 Color CSS Codes

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

#c99007 Text Font Color

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

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


#c99007 Background Color

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

This div background color is #c99007


#c99007 Border Color

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

This div border color is #c99007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99007


Comments

No comments written yet.

Please login to write comment.