Color Hex Logo

#cfb309 Color Hex

#CFB309
(207,179,9)
0 Favorites   0 Comments

Color spaces of #cfb309

RGB 2071799
HSL0.140.920.42
HSV52°96°81°
CMYK 0.000.140.96   0.19
XYZ41.901545.52536.8373
Yxy45.52530.44450.4830
Hunter Lab67.4724-7.225341.2226
CIE-Lab73.2364-4.099874.3612

#cfb309 color RGB value is (207,179,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110011 00001001
Octal 317 263 11
Decimal 207 179 9
Hex CF B3 9

RGB Percentages of Color #cfb309

%52.41
%45.32
%2.28

CMYK Percentages of Color #cfb309

%0
%14
%96
%19

Triadic Colors of #cfb309

#cfb309 #09cfb3 #b309cf

Analogous Colors of #cfb309

#cfb309 #88cf09 #cf5009

Monochromatic Colors of #cfb309

#cfb309

Complementary Color

#cfb309 #0925cf

#cfb309 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb309 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb309 Color CSS Codes

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

#cfb309 Text Font Color

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

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


#cfb309 Background Color

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

This div background color is #cfb309


#cfb309 Border Color

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

This div border color is #cfb309


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb309


Comments

No comments written yet.

Please login to write comment.