Color Hex Logo

#cfb909 Color Hex

#CFB909
(207,185,9)
0 Favorites   0 Comments

Color spaces of #cfb909

RGB 2071859
HSL0.150.920.42
HSV53°96°81°
CMYK 0.000.110.96   0.19
XYZ43.130447.98307.2469
Yxy47.98300.43850.4878
Hunter Lab69.2698-10.080142.2860
CIE-Lab74.8142-7.216175.5248

#cfb909 color RGB value is (207,185,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111001 00001001
Octal 317 271 11
Decimal 207 185 9
Hex CF B9 9

RGB Percentages of Color #cfb909

%51.62
%46.13
%2.24

CMYK Percentages of Color #cfb909

%0
%11
%96
%19

Triadic Colors of #cfb909

#cfb909 #09cfb9 #b909cf

Analogous Colors of #cfb909

#cfb909 #82cf09 #cf5609

Monochromatic Colors of #cfb909

#cfb909

Complementary Color

#cfb909 #091fcf

#cfb909 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb909 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb909 Color CSS Codes

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

#cfb909 Text Font Color

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

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


#cfb909 Background Color

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

This div background color is #cfb909


#cfb909 Border Color

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

This div border color is #cfb909


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb909


Comments

No comments written yet.

Please login to write comment.