Color Hex Logo

#c7ab04 Color Hex

#C7AB04
(199,171,4)
0 Favorites   0 Comments

Color spaces of #c7ab04

RGB 1991714
HSL0.140.960.40
HSV51°98°78°
CMYK 0.000.140.98   0.22
XYZ38.138041.27676.0720
Yxy41.27670.44610.4828
Hunter Lab64.2469-6.471739.3693
CIE-Lab70.3693-3.493972.5020

#c7ab04 color RGB value is (199,171,4).

#c7ab04 hex color red value is 199, green value is 171 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #c7ab04 hue: 0.14 , saturation: 0.96 and the lightness value of c7ab04 is 0.40.

The process color (four color CMYK) of #c7ab04 color hex is 0.00, 0.14, 0.98, 0.22. Web safe color of #c7ab04 is #cc9900. Color #c7ab04 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101011 00000100
Octal 307 253 4
Decimal 199 171 4
Hex C7 AB 4

RGB Percentages of Color #c7ab04

%53.21
%45.72
%1.07

CMYK Percentages of Color #c7ab04

%0
%14
%98
%22

Triadic Colors of #c7ab04

#c7ab04 #04c7ab #ab04c7

Analogous Colors of #c7ab04

#c7ab04 #82c704 #c74904

Monochromatic Colors of #c7ab04

#c7ab04

Complementary Color

#c7ab04 #0420c7

#c7ab04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7ab04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7ab04 Color CSS Codes

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

#c7ab04 Text Font Color

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

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


#c7ab04 Background Color

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

This div background color is #c7ab04


#c7ab04 Border Color

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

This div border color is #c7ab04


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,171,4, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c7ab04; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c7ab04;
  -webkit-box-shadow: 1px 1px 3px 2px #c7ab04;
  box-shadow:         1px 1px 3px 2px #c7ab04; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7ab04


Comments

No comments written yet.

Please login to write comment.