Color Hex Logo

#cfad1c Color Hex

#CFAD1C
(207,173,28)
0 Favorites   0 Comments

Color spaces of #cfad1c

RGB 20717328
HSL0.140.760.46
HSV49°86°81°
CMYK 0.000.160.86   0.19
XYZ40.885343.23647.2892
Yxy43.23640.44730.4730
Hunter Lab65.7544-4.081039.4555
CIE-Lab71.7151-0.643970.0241

#cfad1c color RGB value is (207,173,28).

#cfad1c hex color red value is 207, green value is 173 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #cfad1c hue: 0.14 , saturation: 0.76 and the lightness value of cfad1c is 0.46.

The process color (four color CMYK) of #cfad1c color hex is 0.00, 0.16, 0.86, 0.19. Web safe color of #cfad1c is #cc9933. Color #cfad1c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101101 00011100
Octal 317 255 34
Decimal 207 173 28
Hex CF AD 1C

RGB Percentages of Color #cfad1c

%50.74
%42.40
%6.86

CMYK Percentages of Color #cfad1c

%0
%16
%86
%19

Triadic Colors of #cfad1c

#cfad1c #1ccfad #ad1ccf

Analogous Colors of #cfad1c

#cfad1c #98cf1c #cf531c

Monochromatic Colors of #cfad1c

#cfad1c

Complementary Color

#cfad1c #1c3ecf

#cfad1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfad1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfad1c Color CSS Codes

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

#cfad1c Text Font Color

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

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


#cfad1c Background Color

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

This div background color is #cfad1c


#cfad1c Border Color

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

This div border color is #cfad1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfad1c


Comments

No comments written yet.

Please login to write comment.