Color Hex Logo

#cfb307 Color Hex

#CFB307
(207,179,7)
0 Favorites   0 Comments

Color spaces of #cfb307

RGB 2071797
HSL0.140.930.42
HSV52°97°81°
CMYK 0.000.140.97   0.19
XYZ41.890645.52096.7796
Yxy45.52090.44470.4833
Hunter Lab67.4692-7.243141.2707
CIE-Lab73.2336-4.120474.5805

#cfb307 color RGB value is (207,179,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110011 00000111
Octal 317 263 7
Decimal 207 179 7
Hex CF B3 7

RGB Percentages of Color #cfb307

%52.67
%45.55
%1.78

CMYK Percentages of Color #cfb307

%0
%14
%97
%19

Triadic Colors of #cfb307

#cfb307 #07cfb3 #b307cf

Analogous Colors of #cfb307

#cfb307 #87cf07 #cf4f07

Monochromatic Colors of #cfb307

#cfb307

Complementary Color

#cfb307 #0723cf

#cfb307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb307 Color CSS Codes

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

#cfb307 Text Font Color

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

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


#cfb307 Background Color

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

This div background color is #cfb307


#cfb307 Border Color

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

This div border color is #cfb307


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb307

#cfb307 Color Palettes


Comments

No comments written yet.

Please login to write comment.