Color Hex Logo

#cfb417 Color Hex

#CFB417
(207,180,23)
0 Favorites   0 Comments

Color spaces of #cfb417

RGB 20718023
HSL0.140.800.45
HSV51°89°81°
CMYK 0.000.130.89   0.19
XYZ42.208045.96987.4591
Yxy45.96980.44130.4807
Hunter Lab67.8010-7.530740.9380
CIE-Lab73.5259-4.422072.5201

#cfb417 color RGB value is (207,180,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110100 00010111
Octal 317 264 27
Decimal 207 180 23
Hex CF B4 17

RGB Percentages of Color #cfb417

%50.49
%43.90
%5.61

CMYK Percentages of Color #cfb417

%0
%13
%89
%19

Triadic Colors of #cfb417

#cfb417 #17cfb4 #b417cf

Analogous Colors of #cfb417

#cfb417 #8ecf17 #cf5817

Monochromatic Colors of #cfb417

#cfb417

Complementary Color

#cfb417 #1732cf

#cfb417 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb417 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb417 Color CSS Codes

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

#cfb417 Text Font Color

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

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


#cfb417 Background Color

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

This div background color is #cfb417


#cfb417 Border Color

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

This div border color is #cfb417


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb417


Comments

No comments written yet.

Please login to write comment.