Color Hex Logo

#cfa909 Color Hex

#CFA909
(207,169,9)
0 Favorites   0 Comments

Color spaces of #cfa909

RGB 2071699
HSL0.130.920.42
HSV48°96°81°
CMYK 0.000.180.96   0.19
XYZ39.969441.66116.1932
Yxy41.66110.45510.4744
Hunter Lab64.5454-2.419339.4928
CIE-Lab70.63661.165172.4578

#cfa909 color RGB value is (207,169,9).

#cfa909 hex color red value is 207, green value is 169 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #cfa909 hue: 0.13 , saturation: 0.92 and the lightness value of cfa909 is 0.42.

The process color (four color CMYK) of #cfa909 color hex is 0.00, 0.18, 0.96, 0.19. Web safe color of #cfa909 is #cc9900. Color #cfa909 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101001 00001001
Octal 317 251 11
Decimal 207 169 9
Hex CF A9 9

RGB Percentages of Color #cfa909

%53.77
%43.90
%2.34

CMYK Percentages of Color #cfa909

%0
%18
%96
%19

Triadic Colors of #cfa909

#cfa909 #09cfa9 #a909cf

Analogous Colors of #cfa909

#cfa909 #92cf09 #cf4609

Monochromatic Colors of #cfa909

#cfa909

Complementary Color

#cfa909 #092fcf

#cfa909 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa909 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa909 Color CSS Codes

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

#cfa909 Text Font Color

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

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


#cfa909 Background Color

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

This div background color is #cfa909


#cfa909 Border Color

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

This div border color is #cfa909


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa909


Comments

No comments written yet.

Please login to write comment.