Color Hex Logo

#cfba14 Color Hex

#CFBA14
(207,186,20)
0 Favorites   0 Comments

Color spaces of #cfba14

RGB 20718620
HSL0.150.820.45
HSV53°90°81°
CMYK 0.000.100.90   0.19
XYZ43.417348.43377.7221
Yxy48.43370.43600.4864
Hunter Lab69.5943-10.430642.1373
CIE-Lab75.0977-7.587874.2793

#cfba14 color RGB value is (207,186,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111010 00010100
Octal 317 272 24
Decimal 207 186 20
Hex CF BA 14

RGB Percentages of Color #cfba14

%50.12
%45.04
%4.84

CMYK Percentages of Color #cfba14

%0
%10
%90
%19

Triadic Colors of #cfba14

#cfba14 #14cfba #ba14cf

Analogous Colors of #cfba14

#cfba14 #87cf14 #cf5d14

Monochromatic Colors of #cfba14

#cfba14

Complementary Color

#cfba14 #1429cf

#cfba14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfba14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfba14 Color CSS Codes

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

#cfba14 Text Font Color

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

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


#cfba14 Background Color

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

This div background color is #cfba14


#cfba14 Border Color

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

This div border color is #cfba14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfba14


Comments

No comments written yet.

Please login to write comment.