Color Hex Logo

#cfb914 Color Hex

#CFB914
(207,185,20)
0 Favorites   0 Comments

Color spaces of #cfb914

RGB 20718520
HSL0.150.820.45
HSV53°90°81°
CMYK 0.000.110.90   0.19
XYZ43.207448.01387.6521
Yxy48.01380.43700.4856
Hunter Lab69.2920-9.956341.9568
CIE-Lab74.8336-7.071374.0750

#cfb914 color RGB value is (207,185,20).

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

The process color (four color CMYK) of #cfb914 color hex is 0.00, 0.11, 0.90, 0.19. Web safe color of #cfb914 is #cccc00. Color #cfb914 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111001 00010100
Octal 317 271 24
Decimal 207 185 20
Hex CF B9 14

RGB Percentages of Color #cfb914

%50.24
%44.90
%4.85

CMYK Percentages of Color #cfb914

%0
%11
%90
%19

Triadic Colors of #cfb914

#cfb914 #14cfb9 #b914cf

Analogous Colors of #cfb914

#cfb914 #88cf14 #cf5b14

Monochromatic Colors of #cfb914

#cfb914

Complementary Color

#cfb914 #142acf

#cfb914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb914 Color CSS Codes

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

#cfb914 Text Font Color

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

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


#cfb914 Background Color

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

This div background color is #cfb914


#cfb914 Border Color

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

This div border color is #cfb914


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb914


Comments

No comments written yet.

Please login to write comment.