Color Hex Logo

#cfb716 Color Hex

#CFB716
(207,183,22)
0 Favorites   0 Comments

Color spaces of #cfb716

RGB 20718322
HSL0.150.810.45
HSV52°89°81°
CMYK 0.000.120.89   0.19
XYZ42.810447.19037.6113
Yxy47.19030.43860.4834
Hunter Lab68.6952-8.976641.5174
CIE-Lab74.3113-6.001173.3214

#cfb716 color RGB value is (207,183,22).

#cfb716 hex color red value is 207, green value is 183 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #cfb716 hue: 0.15 , saturation: 0.81 and the lightness value of cfb716 is 0.45.

The process color (four color CMYK) of #cfb716 color hex is 0.00, 0.12, 0.89, 0.19. Web safe color of #cfb716 is #cccc00. Color #cfb716 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110111 00010110
Octal 317 267 26
Decimal 207 183 22
Hex CF B7 16

RGB Percentages of Color #cfb716

%50.24
%44.42
%5.34

CMYK Percentages of Color #cfb716

%0
%12
%89
%19

Triadic Colors of #cfb716

#cfb716 #16cfb7 #b716cf

Analogous Colors of #cfb716

#cfb716 #8bcf16 #cf5b16

Monochromatic Colors of #cfb716

#cfb716

Complementary Color

#cfb716 #162ecf

#cfb716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb716 Color CSS Codes

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

#cfb716 Text Font Color

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

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


#cfb716 Background Color

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

This div background color is #cfb716


#cfb716 Border Color

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

This div border color is #cfb716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb716


Comments

No comments written yet.

Please login to write comment.