Color Hex Logo

#cfb814 Color Hex

#CFB814
(207,184,20)
0 Favorites   0 Comments

Color spaces of #cfb814

RGB 20718420
HSL0.150.820.45
HSV53°90°81°
CMYK 0.000.110.90   0.19
XYZ42.998947.59697.5827
Yxy47.59690.43800.4848
Hunter Lab68.9905-9.481841.7768
CIE-Lab74.5700-6.554273.8706

#cfb814 color RGB value is (207,184,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111000 00010100
Octal 317 270 24
Decimal 207 184 20
Hex CF B8 14

RGB Percentages of Color #cfb814

%50.36
%44.77
%4.87

CMYK Percentages of Color #cfb814

%0
%11
%90
%19

Triadic Colors of #cfb814

#cfb814 #14cfb8 #b814cf

Analogous Colors of #cfb814

#cfb814 #89cf14 #cf5a14

Monochromatic Colors of #cfb814

#cfb814

Complementary Color

#cfb814 #142bcf

#cfb814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb814 Color CSS Codes

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

#cfb814 Text Font Color

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

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


#cfb814 Background Color

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

This div background color is #cfb814


#cfb814 Border Color

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

This div border color is #cfb814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb814


Comments

No comments written yet.

Please login to write comment.