Color Hex Logo

#cfc309 Color Hex

#CFC309
(207,195,9)
0 Favorites   0 Comments

Color spaces of #cfc309

RGB 2071959
HSL0.160.920.42
HSV56°96°81°
CMYK 0.000.060.96   0.19
XYZ45.296552.31537.9689
Yxy52.31530.42900.4955
Hunter Lab72.3293-14.790044.0982
CIE-Lab77.4690-12.331777.4951

#cfc309 color RGB value is (207,195,9).

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

The process color (four color CMYK) of #cfc309 color hex is 0.00, 0.06, 0.96, 0.19. Web safe color of #cfc309 is #cccc00. Color #cfc309 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000011 00001001
Octal 317 303 11
Decimal 207 195 9
Hex CF C3 9

RGB Percentages of Color #cfc309

%50.36
%47.45
%2.19

CMYK Percentages of Color #cfc309

%0
%6
%96
%19

Triadic Colors of #cfc309

#cfc309 #09cfc3 #c309cf

Analogous Colors of #cfc309

#cfc309 #78cf09 #cf6009

Monochromatic Colors of #cfc309

#cfc309

Complementary Color

#cfc309 #0915cf

#cfc309 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc309 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc309 Color CSS Codes

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

#cfc309 Text Font Color

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

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


#cfc309 Background Color

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

This div background color is #cfc309


#cfc309 Border Color

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

This div border color is #cfc309


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc309


Comments

No comments written yet.

Please login to write comment.