Color Hex Logo

#cfb016 Color Hex

#CFB016
(207,176,22)
0 Favorites   0 Comments

Color spaces of #cfb016

RGB 20717622
HSL0.140.810.45
HSV50°89°81°
CMYK 0.000.150.89   0.19
XYZ41.402344.37407.1420
Yxy44.37400.44560.4776
Hunter Lab66.6138-5.631640.2729
CIE-Lab72.4778-2.346971.8894

#cfb016 color RGB value is (207,176,22).

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

The process color (four color CMYK) of #cfb016 color hex is 0.00, 0.15, 0.89, 0.19. Web safe color of #cfb016 is #cc9900. Color #cfb016 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110000 00010110
Octal 317 260 26
Decimal 207 176 22
Hex CF B0 16

RGB Percentages of Color #cfb016

%51.11
%43.46
%5.43

CMYK Percentages of Color #cfb016

%0
%15
%89
%19

Triadic Colors of #cfb016

#cfb016 #16cfb0 #b016cf

Analogous Colors of #cfb016

#cfb016 #92cf16 #cf5416

Monochromatic Colors of #cfb016

#cfb016

Complementary Color

#cfb016 #1635cf

#cfb016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb016 Color CSS Codes

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

#cfb016 Text Font Color

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

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


#cfb016 Background Color

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

This div background color is #cfb016


#cfb016 Border Color

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

This div border color is #cfb016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb016


Comments

No comments written yet.

Please login to write comment.