Color Hex Logo

#cfa21c Color Hex

#CFA21C
(207,162,28)
0 Favorites   0 Comments

Color spaces of #cfa21c

RGB 20716228
HSL0.120.760.46
HSV45°86°81°
CMYK 0.000.220.86   0.19
XYZ38.862139.18996.6148
Yxy39.18990.45900.4629
Hunter Lab62.60181.256437.5564
CIE-Lab68.88865.208067.7368

#cfa21c color RGB value is (207,162,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100010 00011100
Octal 317 242 34
Decimal 207 162 28
Hex CF A2 1C

RGB Percentages of Color #cfa21c

%52.14
%40.81
%7.05

CMYK Percentages of Color #cfa21c

%0
%22
%86
%19

Triadic Colors of #cfa21c

#cfa21c #1ccfa2 #a21ccf

Analogous Colors of #cfa21c

#cfa21c #a3cf1c #cf481c

Monochromatic Colors of #cfa21c

#cfa21c

Complementary Color

#cfa21c #1c49cf

#cfa21c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa21c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa21c Color CSS Codes

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

#cfa21c Text Font Color

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

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


#cfa21c Background Color

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

This div background color is #cfa21c


#cfa21c Border Color

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

This div border color is #cfa21c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa21c


Comments

No comments written yet.

Please login to write comment.